0
phillip
3y

What alternative do you use for EF Migrations?
We are in current stage that it's slowing our build time for 30 seconds, and each month we need to clean them and do the same for the whole pipeline (dev, qa, prod)...
It's way uncomfortable to work with it since we have stored procedures and ef doesn't track them...
What alternative did you chose to use?

Comments
  • 0
    No idea why this would be a problem. But I quite like fluent migrator when I don't use EF.
Add Comment