EF Core Migration Bundles: no way to passthrough custom args to generated efbundle #26945
Labels
area-migrations
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Milestone
I use IDesignTimeDbContextFactory and custom args in CreateDbContext(string[] args)
Then it is possible to apply update like so
`dotnet ef database update -- --environment TEST
It is expected to do the same with bundles
` .\efbundle.exe -- --environment TEST
The text was updated successfully, but these errors were encountered: