Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-contracts

Make Contract.Assert throw an exception rather than display a Dialog box

c# assert code-contracts

Code contracts warnings when implementing ICollection with backing collection

Getting Code Contracts to work in Visual Studio 2010

c# code-contracts

Code Contracts in Mono

Code Contracts: How to deal with inherited interfaces?

code-contracts

Is it possible to specify code contracts to ensure that method doesn't change state of object

c# code-contracts

Method that does conditional return of method calling it?

c# code-contracts

What does "Contract can't be in try block" mean?

c# code-contracts

Is there a way not to let MsBuild run static contract analysis with code contracts?

msbuild code-contracts

Code Contracts and Inheritance(Precondition on overridden method)

Can Microsoft Code Contracts be used with an ASP.NET Website?

Code contracts for .NET 3.5 messes up VS10's debugger

Bug in iterators with code contracts?

How do I use Code Contracts to have a compile time assert in C#?

Code Contracts trying to get build errors instead of warnings

code-contracts

Code Contracts + Sandcastle -- Any way to customize the exceptions section?

Code Contracts warn of "ensures unproven" when locks are involved

c# .net code-contracts

Code contract rewrite failing with 'Could not resolve member reference'

c# .net code-contracts

Code Contracts: How do I state in a post-condition that a field/property's value has not changed?