AutoMapper / AutoMapper.Collection

AutoMapper support for updating existing collections by equivalency
MIT License
245 stars 59 forks source link

Support for EqualityComparison for Automapper 10 ? #150

Closed risogolo closed 4 years ago

risogolo commented 4 years ago

I'm getting this exception when EqualityComparison used

MissingMethodException: Method not found: 'System.Canon AutoMapper.IRuntimeMapper.Map(System.Canon, System.__Canon, AutoMapper.ResolutionContext, AutoMapper.IMemberMap)'.

Similar or the same issue was aready reported but closed for inactivity