I know it\'s AutoMapper and not AutoMerge(r), but...
I\'ve started using AutoMapper and have a need to Map A -> B, and to add some properties from C so that B become
Would this not work?
var mappedB = _mapper.Map(aInstance); _mapper.Map(instanceC,mappedB);