We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a593a7f commit 89bec56Copy full SHA for 89bec56
1 file changed
README.MD
@@ -0,0 +1,9 @@
1
+#Usage
2
+1. Add to project nuget package System.IO.Abstractions
3
+``` bash
4
+> dotnet add package System.IO.Abstractions
5
+```
6
+2. Add to project nuget package System.IO.Abstractions.Analyzers
7
8
+> dotnet add package System.IO.Abstractions.Analyzers
9
0 commit comments