
FxCop
文章平均质量分 81
riverlau
这个作者很懒,什么都没留下…
展开
-
How to write custom static code analysis rules and integrate them into Visual Studio 2010
How to write custom static code analysis rules and integrate them into Visual Studio 2010 RATE THIS Duke Kamstra 26 Mar 2010 4:58 PM 5 This blog explains how to impl转载 2013-05-05 11:37:40 · 1399 阅读 · 0 评论 -
FAQ: How do I debug a custom rule?
While writing your custom rule, you will likely come across a need to debug it and work out why it's behaving in a particular manner. Debugging within FxCop Debugging a custom rule within the F转载 2013-05-05 11:38:59 · 527 阅读 · 0 评论 -
some knowledge
During analysis, FxCop recursively traverses through the nodes that make up your assemblies. The most interestingnodes are ModuleNode objects, TypeNode objects (such as ClassNode), and Member objects转载 2013-05-05 11:45:01 · 549 阅读 · 0 评论 -
FxCop Custom Rule
Create Custom FxCop Rules FxCop is a free, open source code analysis tool from Microsoft. FxCop, stands for"Framework Police" and is a rules-based engine thatKent Boogaart: Code Analysis without Vi转载 2013-05-05 11:29:09 · 1204 阅读 · 0 评论 -
FAQ: Why is file and line information available for some warnings in FxCop but not for others?
FAQ: Why is file and line information available for some warnings in FxCop but not for others? David M. Kean 12 May 2007 11:00 AM 1 It appears that sometimes FxCop displa转载 2013-05-05 11:38:13 · 767 阅读 · 0 评论 -
7 Steps to Write Your Own Custom Rule using FXCOP
http://www.codeproject.com/Articles/30666/7-Steps-to-Write-Your-Own-Custom-Rule-using-FXCOP 7 Steps to Write Your Own Custom Rule using FXCOP By Shivprasad koirala, 25 Nov 2008转载 2013-05-05 11:39:52 · 769 阅读 · 0 评论 -
Visit Method
In some cases, you may want to check nodes that are deeper than the Member level such as individual Statement nodes. In this case, you can call a method that starts with "Visit" to initiate a drilld转载 2013-05-08 23:05:50 · 673 阅读 · 0 评论