Since I started using Code Contracts in Visual Studio 2008 (C #), creating my dlls is very slow. I don't have a static check, but apparently the rewriting lasts forever ...
Is there a way to solve this problem, and will it be improved in future versions of Microsoft Code contracts?
Update: when building in VS2008, even if static analysis is disabled in the properties of assemblies, it starts static analysis for each DLL ...
source
share