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

:green_heart: Fix more calls to UseDatabaseErrorPage #555

Closed rowanmiller closed 8 years ago

rowanmiller commented 8 years ago

Some more calls that I missed in my previous commit. The overload being used in the templates has swapped to a builder pattern (see aspnet/Diagnostics#184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).

ajcvickers commented 8 years ago

:shipit: