如何从命令行执行Visual Studio代码分析?
是否可以?它会生成报告文件吗?
Is it possible? Does it generate a report file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以?它会生成报告文件吗?
Is it possible? Does it generate a report file?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
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.