gpt4 book ai didi

c# - Visual Studio Express 2013 中的代码契约(Contract)支持

转载 作者:可可西里 更新时间:2023-11-01 08:42:28 25 4
gpt4 key购买 nike

我一直在 Visual Studio Express 2013 中开发 C# 项目并遇到了 Code Contracts对于 .NET 语言。它们的简洁和附带的静态分析工具给我留下了深刻的印象,我开始在我的代码库中使用它们。然而,当我试图运行我的程序时,我遇到了一条类似于 this SO thread 中的错误消息。 ,即

...An assembly (probably "<my project>") must be rewritten using the code contracts binary rewriter (CCRewrite) because it is calling Contract.Requires and the CONTRACTS_FULL symbol is defined. Remove any explicit definitions of the CONTRACTS_FULL symbol from your project and rebuild...

指南建议要解决此问题,我必须从项目的“属性”页面启用代码契约,但在 Express 中找不到代码契约属性条目。

Some MSDN forum threads似乎表明代码契约(Contract)的所有工具都包含在 Express 版本中,但代码契约(Contract)属性页面不包含。情况似乎是这样,因为只有在使用我毕业前从大学获得的 Visual Studio 2012 Ultimate 副本启用代码契约(Contract)后,我才能在 VSE 2013 中运行我的项目。

除了手动修改项目文件或使用付费版本的 Visual Studio 之外,真的没有办法在 Visual Studio Express 中使用代码契约(Contract)吗?如果是这种情况,我会非常犹豫是否要使用它们,因为我的公司不太可能购买 VS 许可证。此外,微软试图推广这种新的、更高级的验证范例,但随后将其仅限于付费客户,这似乎非常奇怪。

最佳答案

只要满足许可要求,您就可以使用新的 VS Community 2013: http://www.visualstudio.com/en-us/visual-studio-community-vs

Here’s how Visual Studio Community can be used in organizations:

Anunlimited number of users within an organization can use Visual StudioCommunity for the following scenarios: in a classroom learningenvironment, for academic research, or for contributing to open sourceprojects.

For all other usage scenarios: In non-enterpriseorganizations, up to 5 users can use Visual Studio Community. Inenterprise organizations (meaning those with >250 PCs or > $1 MillionUS Dollars in annual revenue), no use is permitted beyond the opensource, academic research, and classroom learning environmentscenarios described above.

它基本上是免费的 VS 2013 Professional,因此您可以安装代码契约(Contract)扩展。

关于c# - Visual Studio Express 2013 中的代码契约(Contract)支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24729398/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com