DynamicMapResolver 2.5.5.21
This library is designed for transforming objects through an object Mapper / Merger, which contains a set of actions for mapping properties from source object into destination object.
This library can be useful when applications need to transform business data into DTO objects, or maybe in another complex context when It's needed to apply dynamic transformation on imcompatibles objects through resolver container.
Install-Package DynamicMapResolver -Version 2.5.5.21
dotnet add package DynamicMapResolver --version 2.5.5.21
<PackageReference Include="DynamicMapResolver" Version="2.5.5.21" />
paket add DynamicMapResolver --version 2.5.5.21
Release Notes
Improving not public property accessors for inherited classes in order to add them into mappers / mergers.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.