It开发者_Go百科9;s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. F
If I have 开发者_开发问答2 projects in my solution, and each one of them is configured to run StyleCop, MSBuild will show only warnings for a single project.
Is there a way to check if my element with elementtype class has a certain other class in his inheritance hierarchy?
I am a big fan of StyleCop, it makes my life easier. A bunch of other people have thought of good rules, 开发者_Python百科and I gladly follow them by enabling StyleCop. Recently I have been messing wi
At the beginning of a C# file, I have added: //-----------------------------------------------------------------------
Is there anyway to run all 开发者_开发技巧StyleCop rules from a unit test (equivalent to rescan all) and assert based on warnings?
For some strange reason StyleCop does not respect my documentation rule settings. Consider the following code:
I get the warning as below screenshot and I don\'t understand why it would be treated like that. I often need to开发者_运维百科 \"regionize\" my codes.
I am writing custom rules using StyleCop SDK. I need to get the name of visual studio project where the checked element resides. Is there any way to get this开发者_运维技巧?
I started using 开发者_运维知识库stylecop, for new project it\'s working out fine when we are checking for warnings as we write.