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
Is your feature request related to a problem? Please describe.
I wanted to preserve values in the destination object if the value is undefined or null in the source object of the mapping for instance by updating a value.
Describe the solution you'd like
I wonder if it would be possible to have something like that:
Is your feature request related to a problem? Please describe.
I wanted to preserve values in the destination object if the value is undefined or null in the source object of the mapping for instance by updating a value.
Describe the solution you'd like
I wonder if it would be possible to have something like that:
Describe alternatives you've considered
Currently I have to implement this logic without automapper.
Additional context
After posting this issue I wonder if mapWithArguments could be the correct way to handle this problem?
The text was updated successfully, but these errors were encountered: