Info
Version: | 1.2.3 |
Author(s): | Dan Lorenz |
Last Update: | Friday, May 27, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MetalKid/ClassyMapper |
NuGet Url: | https://www.nuget.org/packages/ClassyMapper |
Install
Install-Package ClassyMapper
dotnet add package ClassyMapper
paket add ClassyMapper
ClassyMapper Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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!.