AutoMapper.Attributes
AutoMapper.Attributes copied to clipboard
Update Extensions.cs
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.
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.