Disable Code Analysis in Visual studio 2012
visual-studio-2012
Solution
Double click the properties folder in solution explorer. There should be a code analysis tab. From there you can enable or disable code analysis.
Problem
Possible Duplicate: How do you prevent Visual Studio from switching to the Code Analysis tab after each build? im now using Visual Studio 2012, the RTM version. every time i build, i get the code analysis tab opening showing code hints. Its slowing down my compile times. Ive spent time googleing it, but as its 2012 there are not much help online yet. Does anyone know how can i disable it?