DEV Community

David Amour
David Amour

Posted on

Tired of Entity Framework Syncing Issues with Multiple Developers Creating Migrations?

We found this article the other day which addresses how to resolve issues when Entity Framework has syncing issues with multiple developers creating migrations at the same time. Its so good and useful it would be a shame not to share.

Do read it all and do go for the re scaffold option rather than the crude blank migration option.

https://docs.microsoft.com/en-us/ef/ef6/modeling/code-first/migrations/teams

Top comments (0)