We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
We'll consider adding it in the next version.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: