- Create a C# class library project, say ClassLibrary, in Visual Studio 2017.
- In solution explorer, right-click on the solution or project node and execute the Manage NuGet Packages command:
- This brings up the NuGet Package Manager, which can be used to search and install NuGet packages to the solution or project:
- In the search bar, type the following text to find NuGet packages tagged as analyzers : Tags:"analyzers".
Note that some of the well-known packages are tagged as analyzer, so you may also want to search for Tags:"analyzer" ...