Menees.Analyzers
1.0.5.5
Prefix Reserved
See the version list below for details.
dotnet add package Menees.Analyzers --version 1.0.5.5
NuGet\Install-Package Menees.Analyzers -Version 1.0.5.5
<PackageReference Include="Menees.Analyzers" Version="1.0.5.5" />
<PackageVersion Include="Menees.Analyzers" Version="1.0.5.5" />
<PackageReference Include="Menees.Analyzers" />
paket add Menees.Analyzers --version 1.0.5.5
#r "nuget: Menees.Analyzers, 1.0.5.5"
#addin nuget:?package=Menees.Analyzers&version=1.0.5.5
#tool nuget:?package=Menees.Analyzers&version=1.0.5.5
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.
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 Menees.Analyzers:
Package | Downloads |
---|---|
PixelatedLabs.Standard
Common static analysis configuration for .NET projects. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Menees.Analyzers:
Repository | Stars |
---|---|
TASEmulators/BizHawk
BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
|
|
planetarium/libplanet
Blockchain in C#/.NET for on-chain, decentralized gaming
|
Version | Downloads | Last updated |
---|---|---|
3.2.2 | 74,298 | 6/5/2024 |
3.2.1 | 9,969 | 5/28/2024 |
3.2.0 | 1,203 | 5/27/2024 |
3.1.1 | 80,344 | 4/11/2024 |
3.1.0 | 3,379 | 3/29/2024 |
3.0.13 | 24,910 | 3/27/2024 |
3.0.12 | 32,176 | 1/14/2024 |
3.0.11 | 164,701 | 5/30/2023 |
3.0.10 | 237,523 | 8/19/2022 |
3.0.9 | 12,033 | 8/6/2022 |
3.0.8 | 25,878 | 7/13/2022 |
3.0.6 | 47,383 | 6/4/2022 |
3.0.5 | 79,928 | 2/20/2022 |
3.0.4 | 35,857 | 8/7/2021 |
3.0.3 | 13,782 | 6/23/2021 |
3.0.2 | 36,079 | 5/2/2021 |
3.0.1 | 425 | 5/2/2021 |
3.0.0 | 860 | 5/1/2021 |
2.0.6 | 80,417 | 1/6/2021 |
2.0.5 | 7,706 | 11/7/2020 |
2.0.4 | 24,764 | 4/4/2020 |
1.1.1 | 12,117 | 4/24/2016 |
1.1.0 | 1,789 | 4/10/2016 |
1.0.5.5 | 1,711 | 2/4/2016 |
1.0.5.4 | 1,878 | 9/20/2015 |
1.0.5.3 | 1,683 | 9/18/2015 |
1.0.5.2 | 1,642 | 9/11/2015 |
1.0.5.1 | 1,673 | 9/11/2015 |
1.0.5 | 1,657 | 9/5/2015 |
1.0.4 | 1,592 | 8/30/2015 |
1.0.3 | 1,608 | 8/23/2015 |
1.0.2.2 | 1,569 | 8/22/2015 |
1.0.2.1 | 1,575 | 8/21/2015 |
1.0.2 | 1,634 | 8/20/2015 |
1.0.1 | 1,336 | 8/16/2015 |
1.0.0 | 5,069 | 8/10/2015 |
Fixed an ObjectDisposedException that occurred when using a Menees.Analyzers.Settings.xml file referenced by an MSBuild <AdditionalFiles/> element.