Automapper easily handles mapping one list of object types to another list of different objects types, but is it possible to have it map to an existing list using an ID as a key?
Automapper easily handles mapping one list of object types to another list of different
Share
I have not found better way than the following.
Here are source and destination.
Define converter (You should change List<> to whatever type you are using).
And here is actual mapping configuration and example.
You should get the following result.