UltraMapper
UltraMapper copied to clipboard
A fast and lightweight object-to-object .NET mapper.
If I have a source object, how i clone only selected properties of it ,and set others to null after clone.
Is it possible to merge two objects in a way that properties will be copied from source to destination only if in the source they are not NULL? Using JavaScript...
When i pull the master branch, On my machine this test fails: UnmaterializedMultidimensionalArray Source: DirectMappings.cs line 272 Duration: 176 ms Message: Assert.IsTrue failed. Stack Trace: DirectMappings.UnmaterializedMultidimensionalArray() line 281 Standard Output: ...
The feature that I have been missing from this library is the posibillity to conditionally skip a mapping. But not just in the converter part of the mapping, Instead To...