为什么 VS 2010 中没有出现“代码契约”选项卡?
前几天我看到了代码合约的演示,并决定在一个小测试项目中尝试一下。
在向类添加“using System.Diagnostics.Contracts”语句后,我可以适当地设置我的代码合同代码,但合同似乎没有强制执行。
我在项目属性屏幕上看不到“代码合同”选项卡是否有原因?
I saw a demo of Code Contracts the other day and decided to give it a shot in a little test project.
I can setup my Code Contracts code appropriately after adding a 'using System.Diagnostics.Contracts' statement to the classes, but the contracts don't seem to be enforced.
Is there a reason why I don't see the 'Code Contracts' tab appearing on the project properties screen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要安装开发实验室工具包才能显示 Visual Studio 集成。
代码契约是 .Net 4 的一部分,但默认情况下该工具不是 VS 2010 的一部分。
可以从这里下载:http://msdn.microsoft.com/en-我们/devlabs/dd491992.aspx
You need to install the Dev Labs toolkit in order to get the Visual Studio Integration to show up.
Code Contracts are part of .Net 4, but the tooling isn't part of VS 2010 by default.
It can be downloaded from here : http://msdn.microsoft.com/en-us/devlabs/dd491992.aspx