StyleChecker 2.0.0-beta
See the version list below for details.
dotnet add package StyleChecker --version 2.0.0-beta
NuGet\Install-Package StyleChecker -Version 2.0.0-beta
<PackageReference Include="StyleChecker" Version="2.0.0-beta"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add StyleChecker --version 2.0.0-beta
#r "nuget: StyleChecker, 2.0.0-beta"
// Install StyleChecker as a Cake Addin #addin nuget:?package=StyleChecker&version=2.0.0-beta&prerelease // Install StyleChecker as a Cake Tool #tool nuget:?package=StyleChecker&version=2.0.0-beta&prerelease
StyleChecker
StyleChecker is yet another code style checker and refactoring tool like FxCopAnalyzers, StyleCop Analyzers, SonarLint, Roslynator, and so on. It uses the .NET Compiler Platform ("Roslyn") to analyze the C# source code of .NET Core projects and outputs diagnostics of a rule violation, and when running with Visual Studio it provides code fixes as much as possible. Note that StyleChecker contains only supplemental or niche analyzers, so it is intended to be used together with other Roslyn analyzers.
Get started
StyleChecker is available as the NuGet package.
Install StyleChecker to your project with Visual Studio
- Open Package Manager Console. (Open your project with Visual Studio, and select Tools ➜ NuGet Package Manager ➜ Package Manager Console.)
- Enter the command
Install-Package StyleChecker
in the Package Manager Console.
Install StyleChecker to your project with .NET Core CLI
- Enter the command
dotnet add package StyleChecker
with the console.
Diagnostics
Customize configuration
Some analyzers can be customized to change their behaviors,
placing the configuration file StyleChecker.xml
at the project root.
The XML Schema Definition file config.v1.xsd
of the configuration file
and a sample of the configuration file are provided in the directory
StyleChecker/StyleChecker/nuget/samples/
of the source tree
(or in ~/.nuget/packages/stylechecker/VERSION/samples/
if you installed StyleChecker with the NuGet package). Note that
StyleChecker does not use the XML Schema Definition file,
but it helps you edit StyleChecker.xml
with the text editor
that is able to validate XML documents (for example, Visual Studio IDE,
Visual Studio Code, and so on).
Create your own StyleChecker.xml
file and place it at your project root,
and add the AdditionalFiles
element to .csproj
file in your project
as follows:
<ItemGroup>
<AdditionalFiles Include="StyleChecker.xml" />
</ItemGroup>
Alternatively, with Visual Studio you can set "C# analyzer additional file"
to Build Action property (This property can be changed from
Solution Explorer
➜ Right Click on the StyleChecker.xml
➜ Properties
➜ Advanced
➜ Build Action).
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
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.0.1 | 2,145 | 8/13/2024 |
2.0.1-beta | 100 | 8/11/2024 |
2.0.1-alpha | 83 | 8/6/2024 |
2.0.0 | 249 | 5/17/2024 |
2.0.0-beta | 100 | 5/13/2024 |
2.0.0-alpha | 79 | 5/11/2024 |
1.0.27 | 24,341 | 8/18/2020 |
1.0.26 | 567 | 6/16/2020 |
1.0.25 | 1,278 | 3/28/2020 |
1.0.24 | 1,338 | 6/24/2019 |
1.0.23 | 963 | 5/15/2019 |
1.0.22 | 856 | 4/7/2019 |
1.0.21 | 674 | 3/15/2019 |
1.0.20 | 842 | 2/19/2019 |
1.0.19 | 682 | 2/3/2019 |
1.0.18 | 910 | 1/18/2019 |
1.0.17 | 832 | 12/8/2018 |
1.0.16 | 754 | 11/30/2018 |
1.0.15 | 796 | 11/22/2018 |
1.0.14 | 840 | 11/3/2018 |
1.0.13 | 759 | 10/31/2018 |
1.0.12 | 795 | 10/26/2018 |
1.0.11 | 767 | 10/23/2018 |
1.0.10 | 731 | 10/21/2018 |
1.0.9 | 792 | 10/14/2018 |
1.0.8 | 786 | 10/5/2018 |
1.0.7 | 777 | 9/24/2018 |
1.0.6 | 817 | 9/7/2018 |
1.0.5 | 844 | 9/2/2018 |
1.0.4 | 829 | 8/30/2018 |
1.0.3 | 857 | 8/13/2018 |
1.0.2 | 870 | 7/25/2018 |
1.0.1 | 848 | 7/24/2018 |
1.0.0 | 859 | 7/24/2018 |