u/Acrobatic_Age_8370

▲ 6 r/csharp

I’ve been dealing with multiple APIs, workers and DbContexts in a multi-project architecture and the standard EF migration workflow became pretty painful.

Things like:

  • remembering startup projects
  • wrong DbContexts
  • empty migrations

I ended up building a small CLI tool for myself to simplify this workflow.

Curious how others handle this problem?

Repo here if useful: https://github.com/adrianmenegatti/efpilot

u/Acrobatic_Age_8370 — 9 days ago