We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5aab9 commit 85c5646Copy full SHA for 85c5646
README.MD
@@ -1,9 +1,10 @@
1
# Usage
2
-1. Add to project nuget package `System.IO.Abstractions`
+
3
+1. Add to project nuget package `System.IO.Abstractions` [](https://www.nuget.org/packages/System.IO.Abstractions)
4
``` bash
5
> dotnet add package System.IO.Abstractions
6
```
-2. Add to project nuget package `Roslyn.System.IO.Abstractions.Analyzers`
7
+2. Add to project nuget package `Roslyn.System.IO.Abstractions.Analyzers` [](https://www.nuget.org/packages/Roslyn.System.IO.Abstractions.Analyzers)
8
9
> dotnet add package Roslyn.System.IO.Abstractions.Analyzers
10
0 commit comments