StyleCop Analyzers for the .NET Compiler Platform
This repository contains an implementation of the StyleCop rules using the .NET Compiler Platform. Where possible, code fixes are also provided to simplify the process of correcting violations.
Using StyleCop.Analyzers
The preferable way to use the analyzers is to add the nuget package StyleCop.Analyzers to the project where you want to enforce StyleCop rules.
The severity of individual rules may be configured using rule set files in Visual Studio 2015. Settings.StyleCop is not currently supported.
Installation
StyleCopAnalyzers can be installed using the NuGet Package Manager in Visual Studio 2015 RC.
Team Considerations
If you use older versions of Visual Studio in addition to Visual Studio 2015, 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
Current status
An up-to-date list of which StyleCop rules are implemented and which have code fixes can be found here.