Open
Description
What problem are you trying to solve?
./efbundle
seems to be running seeding when used with Use(Async)Seeding
methods, probably because the efbundle docs say "It's equivalent to running dotnet ef database update
" and the Use(Async)Seeding say "The new seeding methods are called as part of EnsureCreated operation, Migrate and dotnet ef database update command"
Describe the solution you'd like
I'd like better control over ./efbundle
seeding. Maybe with an added option here that allows me to create bundles where it's
- Needed configuration and dummy data for Staging
- Needed configuration for Production