You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying migration (even if no new migration) got the above error. This happened since we updated a lot of packages in our solution, including updating EF Core form 8.0.10 to 9.0.
Apply the fix
options.ConfigureWarnings(w => w.Ignore(RelationalEventId.PendingModelChangesWarning))
works , but this hides the real issue.
I was able to reduce our code to the bare minimum and still repro the issue. See attached code as a zip file
Information in the readme.txt