是否可以在未安装 VS 的情况下从 MSBuild 命令行运行 FxCop 代码分析?

发布于 2024-12-11 12:11:25 字数 258 浏览 0 评论 0原文

我们的最终构建服务器没有安装 Visual Studio 2010。它使用 .NET 4 SDK 中的 MSBuild.exe。作为向客户交付代码过程的一部分,我们需要允许他在 Visual Studio“不可知”服务器上从命令行构建项目,并在该计算机上运行代码分析规则。

在 Visual Studio 方面,我们从 AllRules.rules 开始,并创建了未来的异常,因此我们自然希望将异常转移到构建服务器上的代码分析中。

这可能吗?

提前致谢。

Our final build server does not have Visual Studio 2010 installed. It uses the MSBuild.exe from the .NET 4 SDK. As part of our code delivery process to our customer we need to allow him to build the projects from the command line on a Visual Studio 'agnostic' server and also to run Code Analysis rules on that machine.

On the visual studio side we started out with AllRules.rules and created exceptions going foreward so naturally we'd like the exceptions to carry over to the code analysis on the build server.

Is this possible ?

Thanks in advance.

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

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

发布评论

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

评论(1

明媚殇 2024-12-18 12:11:25

使用独立的 FxCop,您可以根据需要自定义 CI 流程。打开此链接并转到“设置连续的 FxCop 代码分析”章节。

上面的链接现在似乎已经失效了。您可以尝试查看此处 关于这个问题

Using standalone FxCop you can customize your CI process as you wish. Open this link and go to "Setting up continuous FxCop code analysis" chapter.

Link above seems to be dead now. You can try to look here on this SO question

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