Visual Studio 11 开发者预览版 - 打破 FxCop 静态分析
安装开发者预览版后,我们的自定义 FxCop 规则项目将无法构建,因为找不到以下 Dll:
FxCopSdk.dll & Microsoft.Cci.dll
事实证明,这是一条红鲱鱼,在其他机器上查看该项目的自定义规则,如果没有正确地重新引用上述 dll,它就无法构建(所以这是正常的)真正的问题是我们现有的构建正在使用 VS11 代码分析。
我现在已经删除了 VS11,但它仍然无法工作!
有什么想法吗?
更新: 由于安装 vs11,我的构建批次默认为 VS11 版本,因此其他安装了预览版的人不会发生这种情况 [并且他们也使用 x64 windows 7]
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]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,我已经在一些机器上看到了 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.