Microsoft.NetCore.Analyzers 3.3.2

Prefix Reserved
Suggested Alternatives

Microsoft.CodeAnalysis.NetAnalyzers

Additional Details

Read our guide on how to "Migrate from FxCop analyzers to .NET analyzers" at https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers?view=vs-2019

dotnet add package Microsoft.NetCore.Analyzers --version 3.3.2
                    
NuGet\Install-Package Microsoft.NetCore.Analyzers -Version 3.3.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="3.3.2">
  <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.
<PackageVersion Include="Microsoft.NetCore.Analyzers" Version="3.3.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.NetCore.Analyzers">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.NetCore.Analyzers --version 3.3.2
                    
#r "nuget: Microsoft.NetCore.Analyzers, 3.3.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.NetCore.Analyzers@3.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.NetCore.Analyzers&version=3.3.2
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.NetCore.Analyzers&version=3.3.2
                    
Install as a Cake Tool

Microsoft recommended .NetCore API usage rules implemented as analyzers using the .NET Compiler Platform (Roslyn). This package is included as a part of Microsoft.CodeAnalysis.FxCopAnalyzers NuGet package and does not need to be installed separately.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Microsoft.NetCore.Analyzers:

Package Downloads
Microsoft.CodeAnalysis.FxCopAnalyzers

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

Microsoft.Net.RoslynDiagnostics

Analyzers built using the .NET Compiler Platform (Roslyn) for Roslyn.sln.

MepApps.MepControls

Mep Apps Inc. Base Code Module

RVFTestcaseSharedLib

Package Description

PSFiddle.UIAutomation.Framework

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.3.2 6,771,401 12/4/2020 3.3.2 is deprecated because it is no longer maintained.
3.3.1 4,853,045 10/28/2020
3.3.0 5,852,616 8/10/2020
3.3.0-beta2.final 68,422 7/15/2020
3.3.0-beta1.final 23,302 7/6/2020
3.0.0 9,474,834 4/27/2020
3.0.0-beta3.final 410,170 3/24/2020
3.0.0-beta2.final 49,380 3/24/2020
2.9.12 329,029 10/28/2020
2.9.11 57,252 8/10/2020
2.9.10 254,353 7/14/2020
2.9.9 122,415 4/27/2020
2.9.8 17,553,779 11/26/2019
2.9.7 1,817,821 10/31/2019
2.9.6 4,505,611 10/3/2019
2.9.5 124,932 10/2/2019
2.9.5-beta1.final 92,197 9/10/2019
2.9.4 2,628,585 7/29/2019
2.9.4-beta1.final 151,886 6/25/2019
2.9.3 3,552,548 6/6/2019
Loading failed