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

Update Extensions.cs

Open AgentFire opened this issue 7 years ago • 2 comments

Fixes the https://github.com/schneidenbach/AutoMapper.Attributes/issues/23 Also forces a user to explicitly set the attribute on their DTOs. There is no point in hoping for an inheritance since the derived class needs its own CreateMap call.

AgentFire avatar Apr 29 '18 21:04 AgentFire

Checks failed for some weird reason

The type or namespace name 'Linq' does not exist in the namespace 'System'

However I didnt change any of those. Just switched trues for falses.

p.s. however when i first downloaded the whole source ZIP file i had the same problem with the Linq doesnt exist. Had to install the System.Linq nuget package for the project to build lol.

AgentFire avatar May 02 '18 11:05 AgentFire

This would be really helpful. update: nps, i forked and fixed and published.

AgentFire avatar Oct 08 '18 22:10 AgentFire