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
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.
tools
options
text editor
C#
Advanced
Hope this helps you