C# Property Mapper that utilizes attributes in order to perform the mapping. While I personally love auto mappers, I don't like being forced to configure one type to another. In the end, I am just mapping one set of properties to another set of properties. All I care about is that the names match (or I can tell it what name to look for) and the types are assignable. ClassyMapper will do just that!
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
May 27, 2016
$ dotnet add package ClassyMapperNo README available.