Code Contracts
Discuss and provide feedback on Code Contracts.
公告
Release 1.2.21023.14 is now available!
Mike BarnettMSFT2009年10月24日 21:07A new release of Code Contracts is now live. And we almost made our once-a-month release schedule! This is mostly a release that fixes a lot of problems reported on the forum. Check out the release notes for the details.
Please keep using the forum to let us know how you're using Code Contracts and what problems you're running into. Of course, we'd be thrilled to hear of any success stories too.
And we'll be at PDC 2009! We'll be having a session along with Pex and also a demo booth. If you're going to PDC (and of course you should), please come by and see us.Welcome to Code Contracts for .NET
Mike BarnettMSFT2009年2月20日 2:28We are so happy that you are interested in Code Contracts! You are at exactly the right place for learning how to use contracts from any .NET language to:
- Specify method preconditions for expressing conditions that a caller must meet in order to call a method.
- Specify method postconditions for expressing conditions that the implementation of a method must meet before returning. Conditions can be specified for both normal termination as well as exceptional termination.
- Specify object invariants that describe the healthy states for an instance of a class.
We currently provide three tools for making use of contracts:
- A binary rewriter that operates as a post-build step to inject the contracts into the appropriate places for them to be evaluated at runtime.
- A static checker that operates as a post-build step to analyze your code without even executing it for potential contract violations.
- A documentation generator that adds information about the contracts to the XML documentation files for your project.
The installer for these tools is available for either commercial or non-commercial use.
We welcome you to use the forum to ask questions about how to use contracts and the tools, to make suggestions for how we can improve, and --- if you really must --- to report bugs and problems.
You can also check out our home page at Microsoft Research.
筛选和排序使用这些选项缩小讨论列表的范围。
- 2246

CodeContracts XML docs not getting generated
Manuel FahndrichMSFT2009年11月5日 21:55 - 10488

Release 1.2.21023.14 is now available!
Mike BarnettMSFT2009年10月24日 21:10 - 13403

Get started using contracts!
Mike BarnettMSFT2009年2月20日 2:37 - 03151

Frequently Asked Questions
Manuel FahndrichMSFT2009年2月25日 6:33 - 08

Why inferring methodensures doesn't work here?
Alexey R. 2 小时 43 分钟以前 - 4114

False Positive: CodeContracts: Suggested precondition: Contract.Requires(!string.IsNullOrEmpty(value));
Jonathan Allen 2009年11月21日 7:53 - 3185

ContractsRuntime recursion guard optimization
Alexey R. 2009年11月15日 12:20 - 226

False positive on LinkedList.First
Jonathan Allen 18 小时 53 分钟以前 - 120

False Positive on read-only fields
Jonathan Allen 19 小时 0 分钟以前 - 018

Installer path issue
Kit 12 小时 22 分钟以前 - 130

Unclear Warning "CodeContracts: requires unproven"
Jonathan Allen 18 小时 40 分钟以前 - 232

Automatic Non Null Invariant for Initialized readonly Field in C#
Dave Sexton 2009年11月24日 20:35 - 022

Inferring invariants
Alexey R. 2009年11月24日 19:53 - 169

Possible bug?
Jahn Otto Næsgaard Andersen 2009年11月23日 14:18 - 027

Is it fixed in latest release about 'Call to impure method in a pure region in method'
DaveChan 2009年11月24日 12:45 - 149

Is the contract for stream.read incorrect?
John Melville 2009年11月23日 5:14 - 019

BinaryFormatter Deserialize Missing Ensures Return Not Null
Dave Sexton 2009年11月24日 11:03 - 023

Contract.ForAll Static Checking
Dave Sexton 2009年11月24日 10:53 - 124

Suggested precondition for null check ignores existing precondition for String.IsNullOrWhiteSpace
Dave Sexton 2009年11月24日 10:21 - 1109

Missing Requires in indexer of ReadOnlyCollection<T>
Alexey R. 2009年11月18日 18:43

