stylecop
stylecop help file not opening [closed]
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[详细]
2023-02-22 02:25 分类:问答How to show all StyleCop warnings for a solution?
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.[详细]
2023-02-18 23:41 分类:问答Stylecop - Is class x in my inheritance hierarchy?
Is there a way to check if my element with elementtype class has a certain other class in his inheritance hierarchy?[详细]
2023-02-14 09:11 分类:问答C# location of import statements, making StyleCop happy
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[详细]
2023-02-12 09:07 分类:问答Exclude file from StyleCop analysis: "auto-generated" tag is ignored
At the beginning of a C# file, I have added: //-----------------------------------------------------------------------[详细]
2023-02-11 09:19 分类:问答Run all stylecop rules in unit test
Is there anyway to run all 开发者_开发技巧StyleCop rules from a unit test (equivalent to rescan all) and assert based on warnings?[详细]
2023-02-10 22:40 分类:问答setting "ignore privates" "ignore internals" has no effect for internal classes and their subelements
For some strange reason StyleCop does not respect my documentation rule settings. Consider the following code:[详细]
2023-02-04 15:25 分类:问答Why StyleCop rule does not allow using #region in 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.[详细]
2023-02-01 05:08 分类:问答StyleCop SDK : How to get the project name of source document
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开发者_运维技巧?[详细]
2023-01-31 21:44 分类:问答StyleCop, messages for a file only?
I started using 开发者_运维知识库stylecop, for new project it\'s working out fine when we are checking for warnings as we write.[详细]
2023-01-31 16:08 分类:问答