StyleCop analyzes C# source code to enforce a set of style and consistency rules.
I was wondering if there is a way to copy ALL my settings from ReSharper (including the StyleCop for ReSharper …
c# visual-studio resharper stylecopMy code contains a variable named "m_d3dDevice". StyleCop complains about this name: SA1305: The variable name 'm_d3…
stylecop hungarian-notationHaving the following C# code with generic type parameter attribute: [System.AttributeUsage(System.AttributeTargets.GenericParameter)] public class GenericParameterAttribute : System.Attribute { } …
c# generics code-analysis stylecopI am working in an application and developing few classes for demo purpose. I know that these classes will be …
c# .net-4.5 stylecopIs there a way to easily stop StyleCop warnings from being displayed within specific projects in a solution. Or, more …
c# stylecopI want to treat Stylecop warnings as errors, but it's not working for me. My projects are configured to treat …
c# visual-studio visual-studio-2013 compiler-warnings stylecopHow to disable the Style Cop visual studio extension? It's not listed in Tools / Extensions or in Tools / Add-in manager
visual-studio stylecopIs there a setting in Visual Studio (or Resharper) that allows you to specify what namespaces should be default and …
c# visual-studio visual-studio-2013 resharper stylecopI saw similar questions but was unable to find the answer, even though some of them were marked as answered. …
visual-studio-2010 resharper stylecopI've decided to start running StyleCop on a medium sized project and am getting over 1000 warnings. Is there a quick …
visual-studio-2008 shortcut stylecop