1
vote
2answers
115 views
What does it take to prove this Contract.Requires?
I have an application that runs through the rounds in a tournament, and I am getting a contract warning on this simplified code structure:
public static void LoadState(IList<Object> stuff)
…
1
vote
1answer
39 views
Can Microsoft.Contracts’ static checker be used without Team System?
Aside from the requirement on Visual Studio Team System to be able to install Microsoft.Contacts with the static checker, is it possible to run the static checker without team system? Or, does it …
1
vote
1answer
95 views
Design by Contract: Can you have an Interface with a Protocol?
Hi all, I'm pretty new to the concept of Design by Contract, but so far, I'm loving how easy it makes it to find potential bugs.
However, I've been working with the Microsoft.Contracts library (which …
0
votes
1answer
16 views
How do I set up Microsoft Contracts static checking in Visual Studio 2010?
I recently downloaded Visual Studio 2010b2, and wanted to re-evaluate some of my questions about the Microsoft contracts static checker.
I managed to re-use most of the code by using the …
