Unmapped/adhoc query types should not use proxies
Open
area-dbcontext
area-proxies
customer-reported
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
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 https://github.com/dotnet/efcore/issues/12895
Contributor guide
Assessment
This issue has not been assessed yet.