I think about starting to use Code Contracts in my code base.
I already use Code Analysis with all rules enabled and a goal of zero warnings.
However, when using
To solve this problem, the following steps need to be performed:
Contract.Requires.Step 1 gets rid of the CA warning, steps 2 to 4 enable a warning from Code Contracts that's at least equivalent.