This extension is a based on source code from CodePlex version 4.7.49 (andyr).
I updated the code to work with VS2015 and parse most common specifications of C#6.
It is a quick win solution for everyone to help you to migrate old projects from VS2013 to VS2015 soif you find any issues please report them on GitHub \ Visual-StyleCop \ Issues
StyleCop provides value by enforcing a common set of style rules for C# code. StyleCop will continue to ship with a single, consistent set of rules, with minimal rule configuration allowed. Developers can implement their own rules if they so choose.
StyleCop ships with the ability to seamlessly integrate with Visual Studio, MSBuild, TFS, etc. Developers are free to implement custom code to integrate StyleCop into other development and tooling environments, as described in theSDK documentation.