AspNetCoreAnalyzers 0.2.0-dev

This is a prerelease version of AspNetCoreAnalyzers.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AspNetCoreAnalyzers --version 0.2.0-dev
                    
NuGet\Install-Package AspNetCoreAnalyzers -Version 0.2.0-dev
                    
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="AspNetCoreAnalyzers" Version="0.2.0-dev">
  <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="AspNetCoreAnalyzers" Version="0.2.0-dev" />
                    
Directory.Packages.props
<PackageReference Include="AspNetCoreAnalyzers">
  <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 AspNetCoreAnalyzers --version 0.2.0-dev
                    
#r "nuget: AspNetCoreAnalyzers, 0.2.0-dev"
                    
#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.
#addin nuget:?package=AspNetCoreAnalyzers&version=0.2.0-dev&prerelease
                    
Install AspNetCoreAnalyzers as a Cake Addin
#tool nuget:?package=AspNetCoreAnalyzers&version=0.2.0-dev&prerelease
                    
Install AspNetCoreAnalyzers as a Cake Tool

Analyzers for Microsoft.AspNetCore

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AspNetCoreAnalyzers:

Package Downloads
TGC.CSharpCodingStandards

Coding standards for C#

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on AspNetCoreAnalyzers:

Repository Stars
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
dotnet/format
Home for the dotnet-format command
imperugo/StackExchange.Redis.Extensions
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
Version Downloads Last updated
0.3.0 490,190 11/21/2021
0.2.0.1-dev 120,433 8/25/2020
0.2.0-dev 100,532 1/19/2019
0.1.0-dev 578 12/31/2018

ASP012 prefer explicit route.
ASP013 Name the controller to match the route.