StyleChecker.Annotations
StyleChecker.Annotations is a C# class library contains attribute classes that StyleChecker understands.
Get started
StyleChecker.Annotations 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.Annotations
in the Package Manager Console.
Install StyleChecker to your project with .NET Core CLI
- Enter the command
dotnet add package StyleChecker.Annotations
with the console.
Documents
How to contribute
Please send us pull requests or issues from the GitHub repository.