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
I just disable this in the Error List window. There is a drop down with these options:
If I select Build Only, it does not try to find compilation errors in real time.