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 - 10487

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

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

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

Why inferring methodensures doesn't work here?
Alexey R. 1 時間 10 分前 - 4113

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

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

False positive on LinkedList.First
Jonathan Allen 17 時間 20 分前 - 118

False Positive on read-only fields
Jonathan Allen 17 時間 27 分前 - 017

Installer path issue
Kit 10 時間 48 分前 - 129

Unclear Warning "CodeContracts: requires unproven"
Jonathan Allen 17 時間 7 分前 - 230

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

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

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

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

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

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

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

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

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

