✅ Can you run EF Core migration update at application startup rather than with the CLI tools?

^
5 Replies
Angius
Angius2mo ago
Yes
Jimmacle
Jimmacle2mo ago
dbContext.Database.MigrateAsync()
nathanAjacobs
nathanAjacobsOP2mo ago
Thanks!!! So I would just call that when configuring services or what?
Jimmacle
Jimmacle2mo ago
you'd call it after building the host because you need the DI container to be built to pull the dbcontext out
nathanAjacobs
nathanAjacobsOP2mo ago
Gotcha, awesome!
Want results from more Discord servers?
Add your server