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

Allow conventions to react to sequence operations #32709

Open
Tracked by #22952
roji opened this issue Jan 3, 2024 · 1 comment
Open
Tracked by #22952

Allow conventions to react to sequence operations #32709

roji opened this issue Jan 3, 2024 · 1 comment

Comments

@roji
Copy link
Member

roji commented Jan 3, 2024

In EFCore.NamingConventions, there's a request to rewrite the naming of sequences when they're added by convention, e.g. by TPC (issue). However, it seems that there's currently no way to do that (no ISequenceAddedConvention, and IModelAnnotationChangedConvention does not get fired when a sequence gets added).

/cc @AndriySvyryd

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

No branches or pull requests

3 participants