Menees.Analyzers NuGet Package

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.
* TryGetValue is used instead of ContainsKey and this[key].
* Preferred terms are used in identifiers.




Got any Menees.Analyzers Question?





Info

Version: 3.1.1
Author(s): Bill Menees
Last Update: Thursday, April 11, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/menees/Analyzers
NuGet Url: https://www.nuget.org/packages/Menees.Analyzers


Install
Install-Package Menees.Analyzers
dotnet add package Menees.Analyzers
paket add Menees.Analyzers
Menees.Analyzers Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

2.8

avg-downloads-per-day

194

days-since-last-release

9