This library enables developers inject services into their AutoMapper profile classes.
Info
| Version: | 1.1.0 |
| Author(s): | Felix Kolawole |
| Last Update: | Thursday, September 3, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/cardiogramx/AutoMapperProfileWithDI |
| NuGet Url: | https://www.nuget.org/packages/AutoMapperBuilder |
Install
Install-Package AutoMapperBuilder
dotnet add package AutoMapperBuilder
paket add AutoMapperBuilder
AutoMapperBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 10.0.0)
- AutoMapper.Extensions.Microsoft.DependencyInjection(>= 8.0.1)
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.Extensions.DependencyInjection(>= 3.1.0)