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

Bugfix/find not eagerloading in repository #137

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

JasonMWebb
Copy link
Collaborator

@JasonMWebb JasonMWebb commented Sep 12, 2024

Updated EFCoreRepository to eager load using ObjectContext.Set rather than RepositoryQuery as RepositoryQuery is not used throughout repository methods.

…ext rather than RepositoryQuery since RepositoryQuery is not used in FindAsync(object primarykey) method.
@JasonMWebb JasonMWebb merged commit 4aca138 into main Sep 12, 2024
0 of 2 checks passed
@JasonMWebb JasonMWebb deleted the bugfix/Find-not-eagerloading-in-repository branch September 12, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants