Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Daryl Zuniga - Viewing Code Contracts.NET in Visual Studio
Sep 25, 2009 at 11:58 AMThis is something we've talked about, but haven't started work on. It might even be that a component could register its contracts with a component framework so that if there's a failure, the framework could check the contracts and assign blame properly. (Not as good as your idea of proactively preventing the problem, but another use of the same facility.)
Daryl Zuniga - Viewing Code Contracts.NET in Visual Studio
Sep 25, 2009 at 11:55 AMThis will be a separate download that will be part of the Code Contracts installation. We hope to get it out in the next release, but we'll have to see if it is ready or not.
Daryl Zuniga and Mike Barnett - Xml Documentation from Code Contracts for .Net
Sep 03, 2009 at 10:24 AMYes, the idea is that the bubbles (adornments) should show up when you are writing an override of a virtual method in a supertype or an implementation of an interface method and you are going to inherit a contract from the overidden method or the interface method (respectively). Otherwise you might not be aware of it.
Mike Barnett - Getting started with Code Contracts in Visual Studio 2008
Feb 24, 2009 at 6:20 PMThanks!
Mike Barnett - Getting started with Code Contracts in Visual Studio 2008
Feb 24, 2009 at 10:40 AMThere are several reasons to put the contracts into the code as opposed to using custom attributes. hillr's reply is definitely one of the big reasons. You can see our comments on this topic in our FAQ: http://msdn.microsoft.com/en-us/devlabs/dd492004.aspx.
Research: Contract Checking and Automated Test Generation with Pex
Nov 06, 2008 at 12:01 PMI just wanted to point out that we have a web site for the project: http://research.microsoft.com/contracts. That page contains a link to an email alias we've set up: codconfb _at_ microsoft _dot_ com. You can use that to send specific comments about the tools and the many bugs I'm sure you'll find in our tools. The alias is unfortunately one-way. We can see the mail you send to it, but you can't join the alias. We are working on a separate forum for the Code Contracts project, but it isn't set up yet.
Mike