Top "Automapper-6" questions

Use this tag for version specific questions about AutoMapper 6 - the convention-based object-to-object mapper and transformer library for .NET.

Automapper - Mapper already initialized error

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-6
AutoMapper: What is the difference between ForMember() and ForPath()?

I am reading AutoMapper's ReverseMap() and I can not understand the difference between ForMember() and ForPath(). Implementations was described here. …

c# mapping automapper automapper-6
AutoMapper: How to map only matching property names and ignore all others?

I 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-6
Automapper for member condition

I am using auto mapper 6.1 and I want to map some values from one object to another, but there is …

c# automapper-6