Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# project NOT being rebuilt after modifications and starting Debug

If I make a modification and don't explicitly tell it to rebuild, it won't. How can I get back to the old behaviour (attempt a rebuild before debug if the source was modified)?

like image 734
Tamás Szelei Avatar asked Mar 28 '12 12:03

Tamás Szelei


2 Answers

Open Configuration manager and under the active solution configuration check build checkbox.

like image 117
Dejo Avatar answered Oct 22 '22 07:10

Dejo


Under Tools/Options/Projects and Solution/Build and Run there is a Combobox titled "On run, when projects are out of date". Select "Always build".

like image 26
Henrik Avatar answered Oct 22 '22 07:10

Henrik