本文介绍了何时,CodeContracts(libs,分析器,编译器/重写器,运行时等)的所有组件都将达到完全支持的官方RELEASE状态?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们非常有兴趣在整个代码库中使用CodeContracts,但在它们的所有方面都达到完全支持,非beta,准备好生产的程度之前,我们不会考虑这样做。&pbsp ;发布状态。我不是指具有上线许可证的beta / experimental
软件,我的意思是不合格的v1.0 RELEASED软件。

We are very interested in using CodeContracts throughout our code base, but will not consider doing so until all aspects of them reach the point of being fully-supported, non-beta, ready-for-production, RELEASED status. I don't mean beta/experimental software with a go-live license, I mean unqualified v1.0 RELEASED software.

从各个方面来说,我的意思是包含它:

And by all aspects, I mean it to include:

1)库

1.5)代码时间组件(即静态分析器)    [补充说明了以下Dave Sexton的问题]

1.5) code-time components (i.e. static analyzer)    [added for clarification following Dave Sexton's question]

2)编译时组件(即二进制重写器)

2) compile-time components (i.e. binary rewriter)

3)运行时组件

4)Visual Studio集成

4) Visual Studio integration

我非常感谢Microsoft员工的正式回答。

I would really appreciate an official answer by a Microsoft employee.

谢谢。

推荐答案

您没有列出静态检查器。 你使用它了吗?

You didn't list the static checker.  Do you use it?

就个人而言,我希望有一个包括静态检查器在内的官方稳定版本,但我肯定会对包含除了静态检查器。 也许 然后我们会更快地获得一个稳定的版本,
随后的静态检查器的实验版本。

Personally, I'd love to have an official stable release including the static checker, but I'd certainly be happy with an official stable release containing everything other than the static checker.  Perhaps then we'd get a stable release sooner, with subsequent experimental releases of the static checker.

- Dave


这篇关于何时,CodeContracts(libs,分析器,编译器/重写器,运行时等)的所有组件都将达到完全支持的官方RELEASE状态?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-26 23:13