You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
./efbundle
seems to be running seeding when used withUse(Async)Seeding
methods, probably because the efbundle docs say "It's equivalent to runningdotnet 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'sThe text was updated successfully, but these errors were encountered: