Skip to content

EF Core bundle upgrade seeding considerations #35723

Open
@Donistivanov

Description

@Donistivanov

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions