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

Investigate augmenting model with EF code-first model metadata #266

Open
ascott18 opened this issue Dec 6, 2022 · 0 comments
Open

Investigate augmenting model with EF code-first model metadata #266

ascott18 opened this issue Dec 6, 2022 · 0 comments

Comments

@ascott18
Copy link
Collaborator

ascott18 commented Dec 6, 2022

Problem

Many EF features can only be configured via OnModelCreating, which Coalesce cannot be aware of.

Solution

If we could figure out how to access this data at generation time (getting it at runtime is easy), that would open the doors to a whole new world of features. Investigate how this works in EF tooling like migrations or compiled models.

Also see dotnet/efcore#11659

ascott18 added a commit that referenced this issue Dec 7, 2022
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