Skip to content

Add EF IgnoreAutoIncludes support #436

Description

@TonEnfer

I ran into a situation where 99% of the time I need to include one of the navigation fields, but for some queries it is not required and even hurts the performance and clarity of the code using the loaded entities.
I wanted to disable AutoInclude, but found out that it is not supported at the moment
EF method: https://learn.microsoft.com/ru-ru/dotnet/api/microsoft.entityframeworkcore.entityframeworkqueryableextensions.ignoreautoincludes?view=efcore-9.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions