dotnet / dotnet/efcore

Unmapped/adhoc query types should not use proxies

Open
#32,537 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.