Microsoft.CodeAnalysis.FxCopAnalyzers (3.0.0)
Published 2023-05-05 11:29:55 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 3.0.0 Microsoft.CodeAnalysis.FxCopAnalyzers
About this package
Microsoft recommended code quality rules and .NET API usage rules, including the most important FxCop rules, implemented as analyzers using the .NET Compiler Platform (Roslyn). These analyzers check your code for security, performance, and design issues, among others. The documentation for FxCop analyzers can be found at https://docs.microsoft.com/visualstudio/code-quality/install-fxcop-analyzers