Ef core migration is a great feature but it has always been a pain to run in pipelines. So far, the recommended approach was to generate a SQL script and then execute it. However, things changed with dotnet 6. With dotnet 6 migration bundle was introduced as command in dotnet…