ClassyMapper 1.2.3
dotnet add package ClassyMapper --version 1.2.3
NuGet\Install-Package ClassyMapper -Version 1.2.3
<PackageReference Include="ClassyMapper" Version="1.2.3" />
paket add ClassyMapper --version 1.2.3
#r "nuget: ClassyMapper, 1.2.3"
// Install ClassyMapper as a Cake Addin #addin nuget:?package=ClassyMapper&version=1.2.3 // Install ClassyMapper as a Cake Tool #tool nuget:?package=ClassyMapper&version=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!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed a crash in MapToList when working with non-string primary keys