在 Visual Studio 2008 中配置 FxCop 以运行规则子集
我已将 FxCop 1.36 设置为 Visual Studio 2008 中的外部工具,在项目上运行它并收到了数量惊人的消息。我无法处理所有这些警告,因此我只想关注其中的…
有什么好的工具可以分析代码中不安全的代码片段?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
.net - 如何分析一个方法中有多少个不同的代码路径
是否有一个(首选免费)工具可以分析一种方法中可能有多少种不同的组合?我目前正在重构一个有很多 if/switch 语句的方法,我很好奇这个方法有多少种…
StyleCop/代码分析错误 - 如何抑制
当我在签入时运行代码分析时,我收到 SA0102(“文件中发现语法错误”)错误(另一个奇怪的问题,因为我认为 SA 是 StyleCop 问题?!)。通过添加/删…
代码分析在 biztalk 2009 生成的代码上运行
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. 这个问题是由拼写错误或无法再重现的…
有推荐的 Delphi 代码导航工具吗?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 要求我们推荐或查找工具、库或最喜欢的…
CodeAnalysis 和 CodeContracts 组合
我得到了一个 ContractClassFor ,它通过代码分析生成了少量警告。 例子: Microsoft.Usage:从未使用“IDocumentServiceContracts.GetItems(PrintQue…
这段 PHP 代码的目的是什么?
self::$currentend = $cfp self::$currentend = &$cfp->next self::$basisend = $cfp self::$basisend = &$cfp->bp 它有什么作用? 位于此…
如何从项目本地化中使用FxCop CustomDictionary.xml?
我创建了一个自定义 FxCop 规则,它需要 CustomDictionary.xml 的路径,但不是在 Program Files 中,而是在我的 FxCop 项目文件中使用。我尝试使用 As…