Roohallah Alizadeh

Results 2 issues of Roohallah Alizadeh

When using Mapster to map data into an existing object, the mapping works correctly if the destination is a class, but does nothing when the destination is a C# record....

improvement
need Docs modify

Previously, I added two overload for method Adapt that locally and temporarily modified the global configuration. ``` public static TDestination Adapt(this object? source, Action configAction) public static TDestination Adapt(this object?...