Menees.Analyzers
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Menees.Analyzers --version 1.0.1
NuGet\Install-Package Menees.Analyzers -Version 1.0.1
<PackageReference Include="Menees.Analyzers" Version="1.0.1" />
paket add Menees.Analyzers --version 1.0.1
#r "nuget: Menees.Analyzers, 1.0.1"
// Install Menees.Analyzers as a Cake Addin #addin nuget:?package=Menees.Analyzers&version=1.0.1 // Install Menees.Analyzers as a Cake Tool #tool nuget:?package=Menees.Analyzers&version=1.0.1
Provides analyzers for validating that tabs are used for indentation,
that the lengths of lines, methods, properties, and files are acceptable, and that
#regions are used within long files and files that contain multiple types.
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 (1)
Showing the top 1 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.
|
Version | Downloads | Last updated |
---|---|---|
3.2.2 | 34,802 | 6/5/2024 |
3.2.1 | 4,170 | 5/28/2024 |
3.2.0 | 809 | 5/27/2024 |
3.1.1 | 49,812 | 4/11/2024 |
3.1.0 | 3,152 | 3/29/2024 |
3.0.13 | 4,227 | 3/27/2024 |
3.0.12 | 27,593 | 1/14/2024 |
3.0.11 | 149,247 | 5/30/2023 |
3.0.10 | 202,520 | 8/19/2022 |
3.0.9 | 11,863 | 8/6/2022 |
3.0.8 | 25,812 | 7/13/2022 |
3.0.6 | 40,462 | 6/4/2022 |
3.0.5 | 73,203 | 2/20/2022 |
3.0.4 | 32,138 | 8/7/2021 |
3.0.3 | 13,597 | 6/23/2021 |
3.0.2 | 26,372 | 5/2/2021 |
3.0.1 | 403 | 5/2/2021 |
3.0.0 | 836 | 5/1/2021 |
2.0.6 | 77,156 | 1/6/2021 |
2.0.5 | 7,662 | 11/7/2020 |
2.0.4 | 24,023 | 4/4/2020 |
1.1.1 | 11,779 | 4/24/2016 |
1.1.0 | 1,579 | 4/10/2016 |
1.0.5.5 | 1,531 | 2/4/2016 |
1.0.5.4 | 1,700 | 9/20/2015 |
1.0.5.3 | 1,501 | 9/18/2015 |
1.0.5.2 | 1,461 | 9/11/2015 |
1.0.5.1 | 1,493 | 9/11/2015 |
1.0.5 | 1,471 | 9/5/2015 |
1.0.4 | 1,409 | 8/30/2015 |
1.0.3 | 1,426 | 8/23/2015 |
1.0.2.2 | 1,385 | 8/22/2015 |
1.0.2.1 | 1,391 | 8/21/2015 |
1.0.2 | 1,451 | 8/20/2015 |
1.0.1 | 1,197 | 8/16/2015 |
1.0.0 | 4,849 | 8/10/2015 |
Tweaked existing rules and added a rule to report when multiple return statements are used in a single code block.