Info
Version: | 3.2.2 |
Author(s): | Bill Menees |
Last Update: | Wednesday, June 5, 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)
Dependencies
Tags
* 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.