8

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

Abe Miessler
  • 82,532
  • 99
  • 305
  • 486

2 Answers2

4

Yes

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

Nobody
  • 4,731
  • 7
  • 36
  • 65
2

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

Oleg Mihailik
  • 2,514
  • 2
  • 19
  • 32