same problem when removing previous migration (while having pending changes of course)
update-database -project $DalProject -StartupProject $WebProject -context $DbContext -v $PreviousMigration
I used to have this error in previous version in specific cases but I'm not sure which.
So Ignoring PendingChanges in configuration solves the problem but I feel like a safety net has been removed.
Originally posted by @sebestyn168 in #34431