Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automapper

Why am I getting a "Nullable object must have a value" exception when I'm using Condition?

automapper

Automapper map int property values from List<type> to List<int>

c# automapper

Using DDD and AutoMapper, how do you do work on the same aggregate root in multiple services within a single unit of work?

AutoMapper: What is the difference between CreateMap and CreateProjection?

Cannot convert lambda expression to type 'IValueResolver<Entity, MyDto, object>' because it is not a delegate type

c# automapper .net-6.0

Can I use AutoMapper with Blazor?

automapper blazor

Projecting a GroupBy with multiple keys errors with Missing map from IGrouping`2 to ModelName. Create using Mapper.CreateMap<IGrouping`2, ModelName>

No mapping with AutoMapper with KeyValuePair<K, V>

I keep getting "needs to have a constructor with 0 args or only optional args. (Parameter 'type')"

c# automapper automapper-9

Projecting from a model with an integer property to class with Enum property

automapper projection

How to map to destination with less properties than source in Automapper 6?

c# automapper

Can I use AutoMapper to map one list to another list of already instantiated objects?

AutoMapper Value supplied is of wrong type

What is the difference between Mapper.ProjectTo and Mapper.Map in Asp.net MVC core