How to disable real time compilation in Visual Studio 2015

前端 未结 6 1429
情话喂你
情话喂你 2021-02-07 06:18

Is there a way to disable the real time compilation in Visual Studio 2015?

It\'s grinding to a halt whenever I make changes that have a ripple effect throughout my depe

6条回答
  •  醉话见心
    2021-02-07 07:09

    Go to Options -> TextEditor -> C# -> Advanced. Under Editor Help, disable "show diagnostics" for closed files. This option disables the analyzers from running on all closed files in the solution and the analysis is performed only on the Open/Active files in VS.

提交回复
热议问题