Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

React to API change in UseDatabaseErrorPage #244

Merged
merged 1 commit into from
Oct 21, 2015
Merged

React to API change in UseDatabaseErrorPage #244

merged 1 commit into from
Oct 21, 2015

Conversation

rowanmiller
Copy link
Contributor

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()).

@phenning
Copy link
Contributor

Is this due to an API change and is dependent on a newer coherence?

@rowanmiller
Copy link
Contributor Author

It is due to an API change, but its not dependent on a new coherence since the overload I am swapping to is present in the current builds.

@rowanmiller
Copy link
Contributor Author

Updated with one more instance of the method call that I missed in the initial changes

@phenning
Copy link
Contributor

Awesome, :shipit:

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()).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants