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

Unmapped/adhoc query types should not use proxies #32537

Open
vas6ili opened this issue Dec 6, 2023 · 0 comments
Open

Unmapped/adhoc query types should not use proxies #32537

vas6ili opened this issue Dec 6, 2023 · 0 comments

Comments

@vas6ili
Copy link

vas6ili commented Dec 6, 2023

Unmapped query types do not benefit from lazy loading proxies (with Microsoft.EntityFrameworkCore.Proxies)

  • navigations are prohibited, so lazy loading proxies are not necessary
  • change tracking as well has no value on these types

Somehow related to #12895

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

2 participants