HMapper 1.0.9
See the version list below for details.
dotnet add package HMapper --version 1.0.9
NuGet\Install-Package HMapper -Version 1.0.9
<PackageReference Include="HMapper" Version="1.0.9" />
paket add HMapper --version 1.0.9
#r "nuget: HMapper, 1.0.9"
// Install HMapper as a Cake Addin #addin nuget:?package=HMapper&version=1.0.9 // Install HMapper as a Cake Tool #tool nuget:?package=HMapper&version=1.0.9
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,086 | 3/22/2018 |
1.1.9 | 1,813 | 5/16/2017 |
1.1.8 | 1,560 | 4/12/2017 |
1.1.7 | 1,555 | 4/11/2017 |
1.1.6 | 1,575 | 4/7/2017 |
1.1.5 | 1,569 | 3/19/2017 |
1.1.4 | 1,619 | 3/15/2017 |
1.1.3 | 1,556 | 1/30/2017 |
1.1.2 | 1,578 | 1/4/2017 |
1.1.1 | 1,576 | 1/4/2017 |
1.1.0 | 1,744 | 1/3/2017 |
1.0.10 | 1,534 | 12/15/2016 |
1.0.9 | 1,584 | 12/15/2016 |
1.0.8 | 1,578 | 11/29/2016 |
1.0.7 | 1,771 | 11/17/2016 |
1.0.6 | 1,817 | 11/15/2016 |
1.0.5 | 1,782 | 11/11/2016 |
1.0.4 | 2,227 | 11/8/2016 |
1.0.3 | 2,066 | 11/7/2016 |
1.0.2 | 1,909 | 11/6/2016 |
1.0.1 | 1,811 | 11/5/2016 |
1.0.0 | 2,050 | 11/4/2016 |
- Bug fix: Fixed error that occured for the Fill() method when specified target type is polymorphic.
- Bug fix: Fixed issue with collections containing circular references
- Bug fix: Fixed error when collections contain null values
- Feature change: it is now not necessary to specify "object" as source type when the real type is unknown. We can now use the base class or any sub type.
- Feature change: cache for generated items is now disabled by default since circular references cases are rare. Specify "EnableItemsCache()" to enable it.
- Performance improvement for dictionary and polymorphic cases.