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.2.0-alpha 135 5 days ago
2.1.0 679 3 months ago
2.1.0-beta 113 3 months ago
2.1.0-alpha 138 4 months ago
2.0.3 135 3 months ago
2.0.3-beta 88 3 months ago
2.0.3-alpha 97 3 months ago
2.0.2 708 5 months ago
2.0.2-beta 80 5 months ago
2.0.2-alpha 137 5 months ago
2.0.1 6,315 9 months ago
2.0.1-beta 113 10 months ago
2.0.1-alpha 106 10 months ago
2.0.0 274 5/17/2024
2.0.0-beta 113 5/13/2024
2.0.0-alpha 89 5/11/2024
1.0.27 27,592 8/18/2020
1.0.26 620 6/16/2020
1.0.25 1,349 3/28/2020
1.0.24 1,399 6/24/2019
1.0.23 1,027 5/15/2019
1.0.22 917 4/7/2019
1.0.21 736 3/15/2019
1.0.20 908 2/19/2019
1.0.19 744 2/3/2019
1.0.18 1,016 1/18/2019
1.0.17 899 12/8/2018
1.0.16 819 11/30/2018
1.0.15 866 11/22/2018
1.0.14 914 11/3/2018
1.0.13 837 10/31/2018
1.0.12 869 10/26/2018
1.0.11 842 10/23/2018
1.0.10 808 10/21/2018
1.0.9 868 10/14/2018
1.0.8 865 10/5/2018
1.0.7 857 9/24/2018
1.0.6 893 9/7/2018
1.0.5 922 9/2/2018
1.0.4 912 8/30/2018
1.0.3 936 8/13/2018
1.0.2 988 7/25/2018
1.0.1 973 7/24/2018
1.0.0 979 7/24/2018

Add NoSpaceBeforeSemicolon and SpaceAfterSemicolon analyzers.