0
votes
Is there any way to make Code Contracts work with LINQ?
Have you tried the latest version of Code Contracts? There was one released in October, and I can't reproduce this with it.
Alternatively, Code Contracts has its own ForAll met …
1
vote
ReSharper - Possible Null Assignment when using Microsoft.Contracts
Here's the solution for the current (i.e. .NET 4.0) version of Code Contracts:
Inside ...\ExternalAnnotations\mscorlib\Contracts.xml, add the following:
<ass …
