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
Suppress PendingModelChangesWarning in DbContext after EF Core 9 upgrade
EF Core 9 throws PendingModelChangesWarning during Migrate() when the
snapshot fingerprint format changed from EF Core 8. EF tooling confirms
no actual model changes are pending. Suppress the warning per the EF Core
docs recommendation to prevent startup crashes.
0 commit comments