You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 months ago | |
|---|---|---|
| .. | ||
| Analyzer Configuration.md | 3 months ago | |
| Microsoft.CodeAnalysis.Analyzers.md | 3 months ago | |
| Microsoft.CodeAnalysis.Analyzers.sarif | 3 months ago | |
| readme.md | 3 months ago | |
readme.md
Microsoft.CodeAnalysis.Analyzers
Contains rules for correct usage of APIs from the Microsoft.CodeAnalysis NuGet package, i.e. .NET Compiler Platform ("Roslyn") APIs. These are primarily aimed towards helping authors of diagnostic analyzers, code fix providers and other tools built on top of Microsoft.CodeAnalysis to invoke the Microsoft.CodeAnalysis APIs in a recommended manner. This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package, and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.