Skip to content

cnsuhao/StyleCop

 
 

Repository files navigation

StyleCop

Gitter

StyleCop analyzes C# source code to enforce a set of style and consistency rules. It is available in two primary forms:

  1. The StyleCop Visual Studio extension, which allows StyleCop analysis to be run on any file, project, or solution in Visual Studio without modifying the source code. Visual Studio 2010, 2012, 2013, 2015, and 2017 are supported by this extension.
  2. The StyleCop.MSBuild NuGet package, which allows StyleCop analysis to be added to any .NET 4.0+ project without installing anything else on the system.

There is also a ReSharper plugin that can be added using ReSharper's Extension Manager.

Considerations

While pull requests will continue to be accepted, it is unlikely that any major development will be done on this project. It is increasingly difficult and inefficient to maintain the custom C# parser used by StyleCop. The primary motivation for recent maintenance work was to allow developers who were already using StyleCop to upgrade to Visual Studio 2015 and C# 6.

The Roslyn-based StyleCopAnalyzers project is recommended for developers who use only Visual Studio 2015 or later.

About

Analyzes C# source code to enforce a set of style and consistency rules.

Resources

License

MS-PL, Unknown licenses found

Licenses found

MS-PL
License.html
Unknown
License.Rtf

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 79.2%
  • HTML 20.0%
  • CSS 0.7%
  • JavaScript 0.1%
  • PowerShell 0.0%
  • Batchfile 0.0%