You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapster.Tool does not properly handle situation when both UseDestinationValue() and AddDestinationTransform() is used and generates coalesce (??) on void collection copy method.
Mapster.Tool does not properly handle situation when both
UseDestinationValue()
andAddDestinationTransform()
is used and generates coalesce (??) on void collection copy method.Example:
Declaration:
Mapper configuration:
What gets generated:
Sample project:
MapsterBug-DestinationTransform.zip
The text was updated successfully, but these errors were encountered: