Top "Stylecop" questions

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

Should 'using' directives be inside or outside the namespace?

I have been running StyleCop over some C# code, and it keeps reporting that my using directives should be inside …

c# .net namespaces stylecop code-organization
How to suppress a StyleCop warning?

I'm using StyleCop and want to suppress some warning which does not suit my style. I prefer to have solution …

c# .net visual-studio-2010 stylecop
Disabling StyleCop rules

I'm using StyleCop. But there a couple of rules I want to ignore, for instance using this. in front of …

visual-studio stylecop
Visual Studio Code Analysis vs StyleCop + FxCop

I used previously StyleCop + FxCop on my Visual Studio's projects. But now I am testing Visual Studio Code Analysis tool, …

c# visual-studio-2008 code-analysis fxcop stylecop
Stylecop vs FXcop

Has Stylecop superseded FXcop? Which product should we be using with Visual Studio 2008?

fxcop stylecop
Where is the Stylecop configuration file?

I've installed Stylecop via NuGet. I wish to disable some rules, and I know this can be done via a …

c# .net stylecop
how to properly install stylecop?

Well i downloaded the newest version, then installed, checked to instal entire files on local drive. I restarted VS2010 and …

c# visual-studio-2010 stylecop windows-7-x64
How do I integrate StyleCop 4.7 with Visual Studio 2013?

I really want to use StyleCop with my Visual Studio 2013, but unfortunately it won't work. I've installed the 4.7 version from …

visual-studio-2013 stylecop
StyleCop XML Documentation Header - Using 3 /// instead of 2 //

I am using XML documentation headers on my c# files to pass the StyleCop rule SA1633. Currently, I have to …

c# .net stylecop coding-style
StyleCop integration with Visual Studio 2015 RC

I want to integrate my instance of VS 2015 RC with StyleCop in the way that I have StyleCop menu options […

visual-studio-2015 stylecop