I saw a demonstration of code contracts the other day and decided to give him a chance in a small test project.
I can correctly configure the code code after adding to the classes 'using System.Diagnostics.Contracts', but the contracts do not seem to be followed.
Is there a reason why I don’t see the Code Contracts tab appearing on the project properties screen?
source
share