Installation
Installing the Tool
A dotnet CLI tool, called fsharp-analyzers, is used to run analyzers outside the context of an IDE. Add it to your tool-manifest with:
 | 
Installing Analyzers
Suggested Packages
- Ionide Analyzers
 - G-Research Analyzers
 - WoofWare.FSharpAnalyzers
 - Search for more on Nuget
 
Nuget
If you are using Nuget as your package manager, add the PackageReference pointing to your favorite analyzers to the .fsproj file of the project you want to analyze.
 | 
Paket
If you are using Paket as your package manager, add the package to your paket.dependencies file. The example below uses a paket group, but it is not required.
 | 
            FSharp.Analyzers.SDK