EntityFramework.Docs icon indicating copy to clipboard operation
EntityFramework.Docs copied to clipboard

Update compiled model docs

Open RichardD2 opened this issue 2 years ago • 1 comments

The page currently lists four limitations for using compiled models:

  • Global query filters are not supported
  • Lazy loading and change-tracking proxies are not supported
  • The model must be manually synchronized by regenerating it any time the model definition or configuration change
  • Custom IModelCacheKeyFactory implementations are not supported.

However, it does not mention that custom function translations are not supported.

And according to What's New in EF Core 7.0, lazy-loading and change-tracking proxies are supported.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

RichardD2 avatar Sep 12 '23 09:09 RichardD2

Also mention that the model is discovered automatically now https://github.com/dotnet/efcore/pull/33148 and can be generated during build https://github.com/dotnet/efcore/pull/33049

And the new experimental --nativeaot flag

Also, NTS is not supported

AndriySvyryd avatar Mar 15 '24 23:03 AndriySvyryd