Skip to content

justinhachemeister/DocumentationAnalyzers

 
 

Repository files navigation

Documentation Analyzers for the .NET Compiler Platform

NuGet NuGet Beta

Join the chat at https://gitter.im/DotNetAnalyzers/DocumentationAnalyzers

Build status

codecov.io

This repository contains an implementation of .NET documentation rules using the .NET Compiler Platform. Where possible, code fixes are also provided to simplify the process of correcting violations.

Using DocumentationAnalyzers

The preferable way to use the analyzers is to add the nuget package DotNetAnalyzers.DocumentationAnalyzers to the project where you want to enforce documentation rules.

The severity of individual rules may be configured using rule set files in Visual Studio 2015 or newer. See Configuration.md for more information.

For documentation and reasoning on the rules themselves, see the DOCUMENTATION.md.

Installation

DocumentationAnalyzers can be installed using the NuGet command line or the NuGet Package Manager in Visual Studio 2015.

Install using the command line:

Install-Package DotNetAnalyzers.DocumentationAnalyzers

⚠ Prereleases of the DotNetAnalyzers.DocumentationAnalyzers package use Semantic Versioning 2, which requires NuGet 4.3.0 (Visual Studio 2017 version 15.3) or newer. Users with clients that do not support Semantic Versioning 2 may install prereleases using the DotNetAnalyzers.DocumentationAnalyzers.Unstable package instead.

Team Considerations

If you use older versions of Visual Studio in addition to Visual Studio 2015 or Visual Studio 2017, you may still install these analyzers. They will be automatically disabled when you open the project back up in Visual Studio 2013 or earlier.

Contributing

See CONTRIBUTING.md

Current status

An up-to-date list of which documentation rules are implemented and which have code fixes can be found here.

About

Analyzers for XML documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.4%
  • PowerShell 7.6%