aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Add a functional test to verify that build-time compiled views play with DeveloperExceptionPage #836

Closed pranavkm closed 6 years ago

pranavkm commented 6 years ago

We have a test gap for the scenario detailed in https://github.com/aspnet/Razor/issues/1757 - where we do not cover compiled views + runtime exception + DeveloperExceptionPage for a published application.

mkArtakMSFT commented 6 years ago

Thanks @pranavkm. Assigning back to you, so you can fix it.