Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i completely disable Code Contracts?

I currently have it setup like below. I had tried checking 'Perform Runtime Contract Checking' and then selecting 'None' but that seems unnecessary. If I have my project setup like below are code contracts completely disabled?

alt text

like image 412
Abe Miessler Avatar asked Nov 23 '10 18:11

Abe Miessler


2 Answers

Yes

But make sure its set like that for each build configuration, not just release.

like image 189
Nobody Avatar answered Nov 03 '22 14:11

Nobody


Visual Studio 2010 SP1 still runs its pesky cccheck.exe processes in that case.

like image 36
Oleg Mihailik Avatar answered Nov 03 '22 14:11

Oleg Mihailik