Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable Code Analysis in Visual studio 2012 [duplicate]

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?

like image 410
JGilmartin Avatar asked Aug 24 '12 20:08

JGilmartin


People also ask

How do I turn off code analysis in Visual Studio?

To open this page, right-click the project node in Solution Explorer and select Properties. Select the Code Analysis tab. To disable source analysis at build time, uncheck the Run on build option. To disable live source analysis, uncheck the Run on live analysis option.

How do I disable Roslyn?

You can also disable importing external Roslyn issues in your SonarCloud project settings under General Settings / External Analyzers / C# section / Ignore issues from external Roslyn analyzers .


1 Answers

Double click the properties folder in solution explorer. There should be a code analysis tab. From there you can enable or disable code analysis.

like image 90
Andrew Clear Avatar answered Oct 09 '22 21:10

Andrew Clear