How do you prevent Visual Studio from switching to the Code Analysis tab after each build?

前端 未结 3 739
渐次进展
渐次进展 2021-01-01 08:44

After each build, Visual Studio 2012 switches from the Solution Explorer to the Code Analysis tab, usually with the yellow \"No code analysis issues were detected.\" (Might

3条回答
  •  青春惊慌失措
    2021-01-01 09:36

    Right Click Project --> Properties --> Code Analysis Tab --> Uncheck Enable Code Analysis on Build.

    Hope that Helps.

提交回复
热议问题