Search code examples
mapping null to nulable float does not work in Automapper...


c#asp.netasp.net-coreautomapper

Read More
ASP.NET Core - DTO not working as expected with auto-mapper and Dapper implementation...


c#asp.net-coreautomapperdapper

Read More
Automapper to manually map some fields then handle the rest...


c#asp.net-coreautomapper

Read More
Mapping only few properties instead of all using Automapper...


automapper

Read More
How can I get Auto Mapper to work with a custom list that inherits everything inside the List Class...


c#asp.netautomapper

Read More
Using AutoMapper for classes with constructors and nested lists...


asp.net-core.net-coreautomapper

Read More
How do I map one object from two other objects when collections are involved?...


c#automapper

Read More
How to use AutoMapper and DTO's with two connected tables in ASP.NET 6?...


c#asp.netmodelautomapperdto

Read More
How to use AutoMapper for Sub-Objects in C#?...


c#asp.net-core.net-coreautomapper

Read More
How can I map List<string> in ViewModel to string in another entity using Automapper?...


c#asp.netmany-to-manyautomapper

Read More
Automapper: Checking for null in MapFrom...


c#automappernull-check

Read More
AutoMapper - How to add a custom IObjectMapper...


c#.netautomapper

Read More
Violates the constraint of type 'T' when upgrading from .net6 to .net7 Rc1...


c#winformsautomapper.net-7.0

Read More
AutoMapper - Map for Parent class and ICollection child class...


c#automapper

Read More
Automapper returning an empty collection, I want a null...


c#.netautomapper

Read More
Conditional mapping list entries in Automapper...


c#automapper

Read More
Automapper: System.InvalidOperationException: 'Coalesce used with type that cannot be null'...


c#.net-coreautomapper.net-6.0

Read More
Why won't AutoMapper v3 work because it's looking for v2.2.1.0?...


c#.netnugetautomapperautomapper-3

Read More
AutoMapper Memory Leak...


memory-leaksautomapperc#-6.0asp.net-core-6.0

Read More
C# Automapping an array of enums to another while removing duplicates...


c#automapper

Read More
place condition on the input value via aftermap in the mapper profile...


c#automappermapper

Read More
Exception throws on CreateMap...


c#.netloggingautomapperautomapper-3

Read More
The instance of entity type 'UserLocation' cannot be tracked because another instance with t...


c#asp.net-coreasp.net-web-apientity-framework-coreautomapper

Read More
Map (in memory) or Project (SQL) same entity to model using Automapper...


c#linqentity-framework-coreautomapper

Read More
ComponentNotRegisteredException using AutoMapper with Autofac...


automapperautofac

Read More
Automapper: how to map a tuple of list of objects and enum to a list...


c#.netautomapper

Read More
How to Mock AutoMapper IConfigurationProvider in x-unit unit testing in asp.net core...


c#unit-testingautomappermoqxunit

Read More
AutoMapper map array of objects in response...


c#entity-frameworkautomapper.net-5webapi

Read More
OrderByDescending by child elements...


c#asp.net.netentity-frameworkautomapper

Read More
Updating navigational properties sets them to null in EF Core...


c#reflectionentity-framework-coreautomappernavigation-properties

Read More
BackNext