是否可以在未安装 VS 的情况下从 MSBuild 命令行运行 FxCop 代码分析?
我们的最终构建服务器没有安装 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用独立的 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