Is this a breaking change between AutoMapper 2.0.0 and 2.2.0?

Have you tried to use the Map method that way:
Mapper.Map<DestinationClass, SourceClass>(object to convert)

?

With the 2.2 version of AutoMapper, this is how we use it and it works fine for us.

Leave a Comment