Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EF Core bundle upgrade seeding considerations #35723

Open
2 tasks
Donistivanov opened this issue Mar 4, 2025 · 0 comments
Open
2 tasks

EF Core bundle upgrade seeding considerations #35723

Donistivanov opened this issue Mar 4, 2025 · 0 comments

Comments

@Donistivanov
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants