Skip to content
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

Small fixes for DatabaseErrorPageMiddleware #11062

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

ajcvickers
Copy link
Contributor

@ajcvickers ajcvickers commented Jun 10, 2019

The main change here is to also allow public HasTables to be found. This will be removed once we get the new EF merged.

The change to the migration makes it align with what we would generate, but I don't think has any functional impact on the tests.

See also dotnet/efcore#16024 which (I really hope!) fixes the other failures once it makes it here.

The main change here is to also allow public `HasTables` to be found. This will be removed once we get the new EF merged.

The change to the migration makes it align with what we would generate, but I don't think has any functional impact on the tests.

See also dotnet/efcore#16024 which (I really hope!)fixes the other failures once it makes it here.
Copy link
Member

@dougbu dougbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is all of this going away once we have an official build containing the dotnet/efcore#16024 fix? If so, I'd just as soon wait because we can manually run darc on the #10939 branch. Otherwise, looks fine.

@ajcvickers
Copy link
Contributor Author

@dougbu It's a chicken-and-egg situation. The current code in master won't build with the new EF, but we need the new EF to fix the other issues. By merging this to master, it should mean that everything works when the new EF flows through.

We could wait until that happens and then edit that PR, but this way we don't need to do that.

@dougbu
Copy link
Member

dougbu commented Jun 10, 2019

🆗 might save us an hour or two before 'master' builds cleanly… (https://dnceng.visualstudio.com/internal/_build/results?buildId=219152 hasn't even started its Windows job, I need to react, and #10939 needs to be PR validated)

@ajcvickers ajcvickers merged commit 4d1262c into master Jun 10, 2019
@ghost ghost deleted the ErrorPageErrorPageErrorPageEr0610 branch June 10, 2019 23:09
@amcasey amcasey added the area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlesware label Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlesware
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants