An extension to AutoMapper that directly adds the mapping configuration at runtime, without the need to pre-configure them.
Info
Version: | 0.1.3-beta |
Author(s): | Alex Oancea |
Last Update: | Friday, June 16, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aoancea/automapper-runtime-extensions-v4.x |
NuGet Url: | https://www.nuget.org/packages/AutoMapper.Runtime.Extensions.4.x |
Install
Install-Package AutoMapper.Runtime.Extensions.4.x
dotnet add package AutoMapper.Runtime.Extensions.4.x
paket add AutoMapper.Runtime.Extensions.4.x
AutoMapper.Runtime.Extensions.4.x Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 4.0.4)