Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
EF 9 now throws an exception by default when MigrateAsync
is called when there are pending model changes and this isn't detected by DatabaseDeveloperPage.
As a workaround, it can be configured to just log a message, see c7cc6eb
Expected Behavior
Consider special-casing this exception.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
9.0-rc1
Anything else?
No response