Coalesce icon indicating copy to clipboard operation
Coalesce copied to clipboard

Investigate augmenting model with EF code-first model metadata

Open ascott18 opened this issue 3 years ago • 0 comments

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 https://github.com/dotnet/efcore/issues/11659

ascott18 avatar Dec 06 '22 21:12 ascott18