Skip to content

Conversation

ajcvickers
Copy link
Collaborator

Also, allow unmapped values in the payload to be obtained using EF.Property and the default serializer.

Also, allow unmapped values in the payload to be obtained using EF.Property and the default serializer.
@ajcvickers ajcvickers requested a review from a team as a code owner September 23, 2025 10:45
@ajcvickers ajcvickers requested review from adelinowona and damieng and removed request for a team September 23, 2025 10:45
return ConvertIfRequired(callExpression, methodCallExpression.Method.ReturnType);
}

return base.Visit(methodCallExpression);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fall-through can probably still go to VisitMethodCall to avoid an extra couple of dispatches.

Copy link
Member

@damieng damieng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Great to see this supporting a bunch of those EF Spec tests too.

Just one suggestion about the fall-through case.

@ajcvickers ajcvickers merged commit 8f79ece into mongodb:main Sep 23, 2025
16 checks passed
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