StyleChecker 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package StyleChecker --version 1.0.3
                    
NuGet\Install-Package StyleChecker -Version 1.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StyleChecker" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StyleChecker" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="StyleChecker" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StyleChecker --version 1.0.3
                    
#r "nuget: StyleChecker, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=StyleChecker&version=1.0.3
                    
Install StyleChecker as a Cake Addin
#tool nuget:?package=StyleChecker&version=1.0.3
                    
Install StyleChecker as a Cake Tool

StyleChecker is yet another style checker for C#.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 296 2 months ago
2.1.0-beta 112 3 months ago
2.1.0-alpha 137 3 months ago
2.0.3 132 2 months ago
2.0.3-beta 87 3 months ago
2.0.3-alpha 96 3 months ago
2.0.2 656 4 months ago
2.0.2-beta 79 4 months ago
2.0.2-alpha 136 4 months ago
2.0.1 6,061 9 months ago
2.0.1-beta 112 9 months ago
2.0.1-alpha 104 9 months ago
2.0.0 273 5/17/2024
2.0.0-beta 111 5/13/2024
2.0.0-alpha 87 5/11/2024
1.0.27 27,506 8/18/2020
1.0.26 609 6/16/2020
1.0.25 1,338 3/28/2020
1.0.24 1,387 6/24/2019
1.0.23 1,015 5/15/2019
1.0.22 905 4/7/2019
1.0.21 724 3/15/2019
1.0.20 896 2/19/2019
1.0.19 732 2/3/2019
1.0.18 994 1/18/2019
1.0.17 886 12/8/2018
1.0.16 807 11/30/2018
1.0.15 853 11/22/2018
1.0.14 902 11/3/2018
1.0.13 825 10/31/2018
1.0.12 857 10/26/2018
1.0.11 830 10/23/2018
1.0.10 796 10/21/2018
1.0.9 856 10/14/2018
1.0.8 853 10/5/2018
1.0.7 843 9/24/2018
1.0.6 880 9/7/2018
1.0.5 909 9/2/2018
1.0.4 898 8/30/2018
1.0.3 923 8/13/2018
1.0.2 965 7/25/2018
1.0.1 950 7/24/2018
1.0.0 957 7/24/2018

Add NoSpaceBeforeSemicolon and SpaceAfterSemicolon analyzers.