Microsoft.CodeAnalysis.NetAnalyzers
5.0.3
Microsoft recommended code quality rules and .NET API usage rules implemented as analyzers using the .NET Compiler Platform (Roslyn).
Install-Package Microsoft.CodeAnalysis.NetAnalyzers -Version 5.0.3
dotnet add package Microsoft.CodeAnalysis.NetAnalyzers --version 5.0.3
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.CodeAnalysis.NetAnalyzers --version 5.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.CodeAnalysis.NetAnalyzers, 5.0.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.CodeAnalysis.NetAnalyzers:
Package | Downloads |
---|---|
Dhgms.QualityAssurancePack
Collection of packages for assisting in QA during .NET software development
|
|
BizStream.NET.Sdk
Core build and release configuration for packages and libraries distributed by BizStream.
|
|
Phimath.CodeStyle
Adds and enables code style analyzers with the Phimath coding style.
|
GitHub repositories (45)
Showing the top 5 popular GitHub repositories that depend on Microsoft.CodeAnalysis.NetAnalyzers:
Repository | Stars |
---|---|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
ppy/osu
rhythm is just a *click* away!
|
|
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (C#, Python)
|