ClassyMapper 1.2.3
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!
Install-Package ClassyMapper -Version 1.2.3
dotnet add package ClassyMapper --version 1.2.3
<PackageReference Include="ClassyMapper" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClassyMapper --version 1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Fixed a crash in MapToList when working with non-string primary keys
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.