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

Refactor MigrationsModelDiffer to allow third-party changes #77

Open
stanislav-a-frolov opened this issue Feb 3, 2023 · 0 comments
Open

Comments

@stanislav-a-frolov
Copy link
Contributor

Hello, everyone.

We're using EfCoreTriggers together with our own modified MigrationsModelDiffer. Right now we have to subclass EfCoreTriggers MigrationsModelDiffer since migration code is fully inside GetDifferences. If migrations were implemented via some kind of mixin class that would use ITriggerVisitor to generate and merge migrations operations so it could be chained with another migration modifications.

Made a PR: #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant