如何从命令行执行Visual Studio代码分析?

发布于 2024-10-11 05:10:28 字数 22 浏览 2 评论 0原文

是否可以?它会生成报告文件吗?

Is it possible? Does it generate a report file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屋顶上的小猫咪 2024-10-18 05:10:28

FxCopCmd.exe 命令行工具可用于从命令行运行代码分析(与 FxCop 分析相同)。在包含代码分析的 VS 2010 安装中,您通常会在以下文件夹中找到 FxCopCmd.exe:\Team Tools\Static Analysis Tools\FxCop。

FxCopCmd.exe 可以发出报告文件。有关详细信息,请参阅其命令行选项。

The FxCopCmd.exe command line tool can be used to run code analysis (which is the same thing as FxCop analysis) from the command line. In a VS 2010 installation that includes code analysis, you would typically find FxCopCmd.exe in the following folder: \Team Tools\Static Analysis Tools\FxCop.

FxCopCmd.exe can emit a report file. For details, see its command line options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文