SafeMapper icon indicating copy to clipboard operation
SafeMapper copied to clipboard

Exception free and extremly fast object mapper

Results 4 SafeMapper issues
Sort by recently updated
recently updated
newest added

Hi! seems like SafeMapper has issues when converting edge cases (i.e. MaxValue for double) The test bellow fails. [TestMethod] public void SafeMapTest() { double d = double.MaxValue; string value =...

I've created 2 tests that reproduce the issue, basically I can't map properties from diferente depths in the classes. Here are the 2 tests that fail and illustrate the issue:...

Aspnet 5 needs dnx451 and dnxcore50 targets.