Visual Studio Disable StyleCop
Solution
<StyleCopSettings Version="105">
<GlobalSettings>
<BooleanProperty Name="RulesEnabledByDefault">False</BooleanProperty>
</GlobalSettings>
</StyleCopSettings>
Save as Settings.stylecop and place it in the folder next to the .sln file.