Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现在针对发布版本运行 FxCop 时会产生比调试版本更多的发现。有人遇到过同样的问题吗?
编译器优化可能会导致 FxCop 规则行为的差异,尽管 FxCop 附带的规则通常在这方面非常健壮。您在自定义规则中看到的差异是什么?如果没有,您是否为您的发布版本启用了 CODE_ANALYSIS 编译标志?如果是这样,哪些规则仅在发布模式下产生问题?