AutoMapper.Attributes icon indicating copy to clipboard operation
AutoMapper.Attributes copied to clipboard

Open Generics with ConvertUsing

Open attiqeurrehman opened this issue 7 years ago • 1 comments

Hi,

How can I achieve the same functionality as open generic with convert using from the Automapper.Attributes?

Thanks, Attiqe

attiqeurrehman avatar Oct 29 '17 19:10 attiqeurrehman

Have you tried inheriting from MapsFrom/MapsToAttribute like so? https://github.com/schneidenbach/AutoMapper.Attributes#ok-but-i-need-some-super-custom-mapping-behavior

schneidenbach avatar Nov 09 '17 04:11 schneidenbach