ValueInjecter
ValueInjecter copied to clipboard
convention based mapper
In asp.net core app within Configure method of Startup class I have ``` Mapper.AddMap(src => { return src.ToString(); }); ``` which doesn't get used when calling Mapper.Map() ` response.Items =...
Clean up and indicated which object `LoopInjection` ignores properties for.
how to get the different fields/properies when before/after mapped ? how to got the mapped result is that update some fields/properies ? same question mark in https://github.com/agileobjects/AgileMapper/issues/229