I am currently looking into the code contracts of the .NET framework. What I'd like to do is to use those contracts, while avoiding that my coworkers are forced to install the required extensions for Visual Studio and continue there work as is.
Aber setting up some methods with the contracts and receive a message from the executed application that the CONTRACT_FULL
symbol is defined but the rewriter was not called. I checked my entire project and this symbol is not defined anywhere. Where is this definition coming from and how do I get rid of it?
This error disappears of cause in case in activate the contract rewriter, but as I said I like to avoid the need to install this rewriter.