Menees.Analyzers.2017
2.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Menees.Analyzers.2017 --version 2.0.0
NuGet\Install-Package Menees.Analyzers.2017 -Version 2.0.0
<PackageReference Include="Menees.Analyzers.2017" Version="2.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Menees.Analyzers.2017 --version 2.0.0
#r "nuget: Menees.Analyzers.2017, 2.0.0"
// Install Menees.Analyzers.2017 as a Cake Addin #addin nuget:?package=Menees.Analyzers.2017&version=2.0.0 // Install Menees.Analyzers.2017 as a Cake Tool #tool nuget:?package=Menees.Analyzers.2017&version=2.0.0
Provides analyzers for validating that:
* Tabs are used for indentation.
* Lengths of lines, methods, properties, and files are acceptable.
* #regions are used within long files and files that contain multiple types.
* Method blocks use a single return.
* File names match the names of types they contain.
* Preferred exception types are used.
* Magic numbers aren't used.
* Using directives are indented consistently.
* Flags enum members are zero, powers of two, or named member combinations.
* UTC times are used.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Menees.Analyzers.2017:
Repository | Stars |
---|---|
planetarium/libplanet
Blockchain in C#/.NET for on-chain, decentralized gaming
|
|
microsoft/TailwindTraders-Mobile
Tailwind Traders Mobile
|