惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
F
Fortinet All Blogs
TaoSecurity Blog
TaoSecurity Blog
D
Docker
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
宝玉的分享
宝玉的分享
腾讯CDC
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
T
The Exploit Database - CXSecurity.com
T
The Blog of Author Tim Ferriss
V
V2EX
S
Securelist
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
CERT Recently Published Vulnerability Notes
A
Arctic Wolf
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
Y
Y Combinator Blog
P
Proofpoint News Feed
T
Tor Project blog
AWS News Blog
AWS News Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
博客园 - 聂微东
T
Threat Research - Cisco Blogs
B
Blog
Attack and Defense Labs
Attack and Defense Labs
L
Lohrmann on Cybersecurity
C
CXSECURITY Database RSS Feed - CXSecurity.com
阮一峰的网络日志
阮一峰的网络日志
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
N
News and Events Feed by Topic
博客园 - 司徒正美
H
Help Net Security
C
Cisco Blogs
C
Check Point Blog
S
Secure Thoughts

博客园 - qqhe325

一个js游戏 向del.icio.us学习 lucene.net优化总结 web service 记录1 自定义加密web.config实验记录 DTC:该伙伴事务管理器已经禁止了他对远程/网络事务的支持 C#基础- 抽象类,静态类 js自动加载日期类 img的onload事件 当图片路径超出网站根目录时 vs2005宏的问题 asp.net 2.0 access 未指定的错误 oledbparameter在update时出错不报错 grove 小例子 delegate和event例子 你试图打开的项目是Web项目,请指定URL路径 asp.net 在分析向此请求提供服务所需资源时出错 策略模式 我们是怎样的一代人[转]
Fxcop使用笔记
qqhe325 · 2008-05-08 · via 博客园 - qqhe325

1.利用fxcop生成项目的SolutionAnalysis.FxCop项目,并放在和生成.dll,.exe相同的目录中
    obj\Debug\
2.添加外部工具
   
3.运行

4.在输出窗口,双击提示可以看到代码

5.用户规则注意嵌入资源和类在同一个命名空间下,删掉AssemblyInfo.cs,把生成的dll放到Rules目录中即可
6.由于命令行工具不能生成.fxcop项目和使用用户规则,所以用户规则可以在fxcop中再使用
7.The FXCop command-line interface (version 1.32 RC) does not support the following capabilities:

  • Creation of a new FXCop project.
  • Modifications of existing FXCop project files to include/exclude rules (not applicable).
  • Add/Remove target assemblies from a project file.
  • Add custom project rules to a project.

Hence, developers cannot configure an FXCop project from within the VS.NET IDE; they need to use the FXCop GUI to make any changes to the project file.

links:
定制FxCop规则示例之一:AvoidICloneableImplementation

http://www.iocblog.net/static/2007/414.html

使用FxCop做代码检查和优化
http://www.cnblogs.com/jchdong/archive/2007/03/14/669610.html
FXCop Integration into VS.NET
http://www.codeproject.com/KB/dotnet/FxCopIntegrateVSNET.aspx
MSBuild with Cruise Control .NET
http://geekswithblogs.net/michelotti/archive/2007/02/23/107164.aspx
Custom FXCop Rules
http://www.projectdistributor.net/projects/Project.aspx?projectId=136
How to debug FxCop custom rules

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=85417&SiteID=1