How to disable real time compilation in Visual Studio 2015

前端 未结 6 1428
情话喂你
情话喂你 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 06:51

    In visual Studio 2015 go to tools, options, text editor, C#, Advanced and uncheck Enable full solution analysis. This should stop your problem as the solution won't be checked every time unless you build it.

    Hope this helps you

提交回复
热议问题