-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Collection include for the in-memory provider #17089
Conversation
d0ff183
to
3f20978
Compare
src/EFCore.InMemory/Query/Internal/CustomShaperCompilingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
src/EFCore.InMemory/Query/Internal/InMemoryProjectionBindingExpressionVisitor.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented on couple of things. I don't think it is much worth trying to resolve them for InMemory since it is purely testing database. But I am fine either way.
@AndriySvyryd - would sign off for concurrency changes.
@AndriySvyryd Yes, it does fix that issue, although there may still need to be further improvements if we find there are async cases that we don't handle. |
3f20978
to
456efe7
Compare
Part of #16963