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
We should also consider adding sugar to the product (e.g. dbContext.Database.HasPendingModelChanges()) to do this since I've seen a lot of users asking how to over the years. (PR #31164)
We should warn during the following commands when there are pending model changes that can be added to a new migration.
Update-Database (dotnet ef database update)done in Warn on Migrate() when there are pending model changes #33732Note, the output of this command could also be used programmatically (via --json) to test if there are any pending model changes(PR Addmigrations has-pending-model-changes
Command #31164)The text was updated successfully, but these errors were encountered: