AutoMapper icon indicating copy to clipboard operation
AutoMapper copied to clipboard

A convention-based object-object mapper in .NET.

Results 2 AutoMapper issues
Sort by recently updated
recently updated
newest added

When the AllowNullDestinationValues is false, the property type of string, and the resource property type is not included , set the default value as empty.

Main change to look at is in ValueTransformerConfiguration.cs file. Other changes were trying to get this to work with the ToType to extension method thing. So idea is can make...