Visual Studio 11 开发者预览版 - 打破 FxCop 静态分析

发布于 2024-12-06 05:26:03 字数 454 浏览 1 评论 0原文

安装开发者预览版后,我们的自定义 FxCop 规则项目将无法构建,因为找不到以下 Dll:

FxCopSdk.dll & Microsoft.Cci.dll

事实证明,这是一条红鲱鱼,在其他机器上查看该项目的自定义规则,如果没有正确地重新引用上述 dll,它就无法构建(所以这是正常的)真正的问题是我们现有的构建正在使用 VS11 代码分析。

我现在已经删除了 VS11,但它仍然无法工作!

有什么想法吗?

更新: 由于安装 vs11,我的构建批次默认为 VS11 版本,因此其他安装了预览版的人不会发生这种情况 [并且他们也使用 x64 windows 7] 使用 VS11 进行代码分析的 BuildAll.bat 的图像

After installing the Developer Preview our Custom FxCop rules project won't build as the following Dll's can't be found:

FxCopSdk.dll & Microsoft.Cci.dll

It turns out that this is a red herring, looking at the project for the custom rules on other's machines, it doesn't build without re-referencing the aforementioned dll's correctly (so that's normal) the real problem is that our existing build is using the VS11 code analysis.

I've now removed VS11 but it's still not working!

Any ideas?

Update:
Since installing vs11 my build batch is defaulting to the VS11 version, this isn't happening on other who have installed the preview [and they are also using x64 windows 7]
Image of BuildAll.bat using VS11 for Code Analysis

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

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

发布评论

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

评论(1

嘦怹 2024-12-13 05:26:03

到目前为止,我已经在一些机器上看到了 VS2012 干扰 VS2010 的问题,很容易压平机器并从头开始重建。

I've seen problems with VS2012 interfering with VS2010 on a few machines so far it's been easy to flatten the machine and rebuild from scratch.

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