SafeMapper
SafeMapper copied to clipboard
Exception free and extremly fast object mapper
…libraries to the latest versions
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.