I\'ve started to use https://github.com/robconery/massive for a project, I wonder if there is any mapping tool that allows support for Dynamic to static type mapping?
Single object:
Mapper.Map(dynamicProduct);
List:
Mapper.Map>(dynamicListOfProducts);
Example (line 71): https://github.com/AutoMapper/AutoMapper/blob/master/src/UnitTests/DynamicMapping.cs