Use this tag for version specific questions about AutoMapper 6 - the convention-based object-to-object mapper and transformer library for .NET.
I am using AutoMapper 6.2.0 in my ASP.NET MVC 5 application. When I call my view through controller it shows all …
asp.net asp.net-mvc automapper automapper-6I am reading AutoMapper's ReverseMap() and I can not understand the difference between ForMember() and ForPath(). Implementations was described here. …
c# mapping automapper automapper-6I am new to AutoMapper and using version 6.2.2. I am trying to map a view model to an entity (also …
c# automapper automapper-6I am using auto mapper 6.1 and I want to map some values from one object to another, but there is …
c# automapper-6