I have the following software:
- Visual Studio 2013 Update 2
- Code Contracts (1.6.60617.15)
- ReSharper C # edition (8.2.0.2160)
- Contracts with ReSharper code (1.0.0.0)
When I open a method with code contracts, ReSharper gets confused in the contract:

Warns me that chapter can be null, even if the contract requires it not to be. Also:

The contract invariant method is marked as never used . Technically correct, but he should not tell me about it, because the method is used by the code rewriter to obtain information about each invariant. How do I start ReSharper training on code contracts to resolve these two issues?
c # visual-studio-2013 ide resharper code-contracts
Roel van uden
source share