-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply Migrations in EF Database error page does not work #4742
Comments
@rowanmiller FYI |
Waiting on #4733 to be merged/built so that we can debug this one further. |
My understanding is that this is also blocked on #4953. I will assign it to @natemcmaster while we wait for that one to be addressed. |
@rustd do you have a version of templates and a recent version of dotnet-cli that work together? I'm trying to reproduce with dotnet-cli 1.0.0-beta-002351 |
You should be able to repro with the latest bundle build. |
cc @JunTaoLuo @Tratcher are there known issues in diagnostics.entityframework? It appears |
There's nothing filed. |
@divega who owns Diagnostics.EF and who can fix this? |
This is @rowanmiller's. Will ask @smitpatel to look at it if @rowanmiller cannot do it tomorrow. |
During all the changes to how options are handled etc. we ended up where app.UseDatabaseErrorPage() would no longer register the migrations middleware that allows the "Apply Migrations" button to work. Resolves dotnet/efcore#4742
The text was updated successfully, but these errors were encountered: