Automating .NET EF Core SQL Migration scripts

We wanted to generate migration scripts in our build steps and then separately run them against our SQL database in the release pipeline. This was fairly straightforward on paper, but in our situation turned out to include some gotchas I was not aware of before.…

Read more