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.
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.
Currently the only way to configure the rules is to change the severity for them in a ruleset file.
StyleCopAnalyzers can be installed using the NuGet Package Manager in Visual Studio 2015 RC.
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.
See Contributing
An up-to-date overview of the status can be found here.