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

Fix for #2378 Expression mapping with coalesce operator is extremely slow or just hangs up. #2383

Merged
merged 1 commit into from Nov 6, 2017

Conversation

BlaiseD
Copy link
Member

@BlaiseD BlaiseD commented Nov 3, 2017

Fixes #2378

The type check in XpressionMapperVisitor.VisitBinary was redundant - the exception will only be thrown if type checks in XpressionMapperVisitor.FindDestinationFullName (Resource.expressionMapValueTypeMustMatchFormat) are removed.

…eck for IEnumerable to HasUnderlyingType Type extension method.
@jbogard jbogard merged commit 4d065ea into AutoMapper:master Nov 6, 2017
@jbogard jbogard added this to the 6.2.0 milestone Nov 6, 2017
@jbogard jbogard added the Bug label Nov 6, 2017
@lock
Copy link

lock bot commented May 5, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expression mapping with coalesce operator is extremely slow or just hangs up
2 participants