stylecop
How to get rid of StyleCop
Someone on our team installed StyleCop and since then all of the projects he loaded up and committed to source control refuse to load unless stylecop is installed.[详细]
2023-01-29 11:10 分类:问答StyleCop should cancel build. Is this possible?
I am planning to use StyleCop in my project. My requirement is that the project should not get compiled when StyleCop returns a warning. Nor debugging should be poss开发者_如何学Goible.[详细]
2023-01-29 04:37 分类:问答StyleCop no longer shows "Show Help" context sensitive menu
I used to be able to click on a StyleCop warning and select a \"Show Help Menu\" which would show me more info about the warning.[详细]
2023-01-24 23:07 分类:问答StyleCop settings file could not be saved
I\'m having a problem with StyleCop that\'s driving me nuts. I recently installed it on a new machine and 开发者_如何学JAVAevery time I go to edit the master settings file (either via Visual Studio or[详细]
2023-01-23 23:13 分类:问答style cop + resharper control comments
this may seem like a trivial question but when i installed the stylecop plugin for resharper my comments are getting formatted like thi开发者_如何学Pythons[详细]
2023-01-18 04:17 分类:问答Should a local const variable start with Upper or lower casing
Got a style conflict between StyleCop and Resharper. Stylecop 1303 says that const vars should start uppercase and I agree.[详细]
2023-01-18 03:21 分类:问答Split Stylecop rule SA1600
I like to split the SA1600 stylecop rule but how to do it? Right now it scans for undocumented classes, constructors, delegates, enums, events, fin开发者_如何学Calizers, indexers, interfaces, methods,[详细]
2023-01-17 15:43 分类:问答XML code documentation checking using Visual Studio 2010 Code Analysis
I use Visual Studio 2010 Premium Code Analysis (CA) capabilities and force them at every compile with my projects while also showing warnings as errors, so I keep my code nice and well... better.[详细]
2023-01-16 19:47 分类:问答C# StyleCop - Using "this." prefix for base class members like current class members or not?
StyleCop has a rule about using \"this.\" prefix to calling class members (SA1101). Is this rule holds true about a member (for example a method) of a class which is inherited from its base class.[详细]
2023-01-15 19:04 分类:问答StyleCop - auto sorting type members
is there any plugin for Resharper or V开发者_如何学运维S extensions for auto sorting class/struct members as suggested by StyleCop?I.e. something which sorts public, protected, then private properties[详细]
2023-01-14 12:28 分类:问答