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: React to API change in UseDatabaseErrorPage #554

Closed rowanmiller closed 8 years ago

rowanmiller commented 8 years ago

The overload being used in the Startup.cs has swapped to a builder pattern (see https://github.com/aspnet/Diagnostics/issues/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:

rowanmiller commented 8 years ago

Merged https://github.com/aspnet/MusicStore/commit/42a5a2821059886deeba0ade5c6e726a620d5825