Recently all of my ASP.NET 5 MVC 6 projects have stopped building within Visual Studio 2015 (Update 1)
I've tried many variations of patching / un-install / re-install for both VS 2015 and ASP.NET 5 as well as trying different version of ASP.net 5; the result is always the same.... The status bar says "Build Started..." and then NOTHING happens. Canceling the build is responsive.
If I go to the command line for a project and use "DNU build", the project builds successfully and without error - But inside Visual studio, the build is stalled immediately and no progress ever occurs. This is quite frustrating! any clues will be appreciated.
I did see this thread http://stackoverflow.com/questions/32131768/asp-net-5-on-vs-2015-cant-build-or-debug-solution however none of these solutions worked for me. Note that all other project types build correctly. The issue is only with MVC 6 projects