为什么 VS 2010 中没有出现“代码契约”选项卡?

发布于 2024-10-01 17:56:23 字数 158 浏览 5 评论 0原文

前几天我看到了代码合约的演示,并决定在一个小测试项目中尝试一下。

在向类添加“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 技术交流群。

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

发布评论

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

评论(1

川水往事 2024-10-08 17:56:23

您需要安装开发实验室工具包才能显示 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

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