Sometime I mistakenly press build (or Debug/F5) in Visual Studio, which result in a build process. I don’t know how to stop this, stop debugging button is disabled, and normally I have to wait until the compilation is finished before I can code again (this might take a while if my solution has quite a number of csproj).
Any idea how to stop the compilation process?
You can press the key combination Ctrl + Break.