I found two nuget packages for integration mapper in my .net core 3.1 project and I only use automapper.extensions.microsoft.dependencyinjection and it works, and I see a another approach with the AutoMapper Nuget , and in first one I saw dependencies of AutoMapper, but in my example it works without this.
The NuGet package AutoMapper.Extensions.Microsoft.DependencyInjection
will also load the dependend packages (listed under dependencies) into your project.
It is the same as if you would manually add
to your project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With