HMapper 1.0.8
See the version list below for details.
dotnet add package HMapper --version 1.0.8
NuGet\Install-Package HMapper -Version 1.0.8
<PackageReference Include="HMapper" Version="1.0.8" />
paket add HMapper --version 1.0.8
#r "nuget: HMapper, 1.0.8"
// Install HMapper as a Cake Addin #addin nuget:?package=HMapper&version=1.0.8 // Install HMapper as a Cake Tool #tool nuget:?package=HMapper&version=1.0.8
Object to object fast mapper.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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.
Version | Downloads | Last updated |
---|---|---|
1.1.10 | 2,070 | 3/22/2018 |
1.1.9 | 1,802 | 5/16/2017 |
1.1.8 | 1,549 | 4/12/2017 |
1.1.7 | 1,544 | 4/11/2017 |
1.1.6 | 1,563 | 4/7/2017 |
1.1.5 | 1,558 | 3/19/2017 |
1.1.4 | 1,609 | 3/15/2017 |
1.1.3 | 1,546 | 1/30/2017 |
1.1.2 | 1,568 | 1/4/2017 |
1.1.1 | 1,566 | 1/4/2017 |
1.1.0 | 1,732 | 1/3/2017 |
1.0.10 | 1,524 | 12/15/2016 |
1.0.9 | 1,574 | 12/15/2016 |
1.0.8 | 1,568 | 11/29/2016 |
1.0.7 | 1,761 | 11/17/2016 |
1.0.6 | 1,807 | 11/15/2016 |
1.0.5 | 1,772 | 11/11/2016 |
1.0.4 | 2,216 | 11/8/2016 |
1.0.3 | 2,056 | 11/7/2016 |
1.0.2 | 1,897 | 11/6/2016 |
1.0.1 | 1,798 | 11/5/2016 |
1.0.0 | 2,039 | 11/4/2016 |
- Bug fix: func mapping didn't apply in some polymorphic cases.
- Bug fix: error that occurs when the same target class (or its subclasses) is mapped to different source classes.
- Bug fix: error that occurs when an interface is used as a property type. The proper concrete class must be used if it exists.
- Added : Possibility to specify the RetrievalMode (Default, RetrievedWhenSpecified, AlwaysRetrieved) at initialization.