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 f10250d commit 0814c71Copy full SHA for 0814c71
README.md
@@ -22,12 +22,6 @@ using the latest stable version:
22
Install-Package FluentAssertions.Analyzers
23
```
24
25
-using the latest prerelease version:
26
-
27
-```powershell
28
-Install-Package FluentAssertions.Analyzers -IncludePrerelease -Source https://ci.appveyor.com/nuget/fluentassertions-bestpractices
29
-```
30
31
## Getting Started
32
33
### Build
@@ -40,4 +34,4 @@ dotnet build src
40
34
41
35
```bash
42
36
dotnet test src --configuration Release --filter 'TestCategory=Completed'
43
37
+```
0 commit comments