I can't understand why C# decides to go through the entire build process whenever I click on run in the debugger.On a small project, it takes half a minute to go through all the assemblies before it even starts. This happens regardless of whether the program has been built or not. It is just so annoying and a total waste of time.
Is there a way of saying "Just run, do not rebuild".
Is there a way of saying "Just run, do not rebuild".