automapper-6 Questions
2
Solved
I am reading AutoMapper's ReverseMap() and I can not understand the difference between ForMember() and ForPath(). Implementations was described here. In my experience I achieved with ForMember().
...
Susa asked 5/8, 2017 at 17:6
11
Solved
I am using AutoMapper 6.2.0 in my ASP.NET MVC 5 application.
When I call my view through controller it shows all things right. But, when I refresh that view, Visual Studio shows an error:
Syst...
Parental asked 11/11, 2017 at 19:1
3
Solved
I am new to AutoMapper and using version 6.2.2. I am trying to map a view model to an entity (also using Entity Framework). I want to update only the properties that exist in both the viewmodel and...
Trencherman asked 4/5, 2018 at 14:19
2
Solved
There is a problem when I try to map a null list (member) of an object, considering that I specified:
.ForAllMembers(opts => opts.Condition((src, dest, srcMember) =>
srcMember != null
));
...
Winnah asked 15/12, 2017 at 15:5
1
© 2022 - 2024 — McMap. All rights reserved.