automapper
automapper copied to clipboard
fix: constructor with default values as objects
While working on #187 I noticed what you can't map to a class that has constructor with default values as objects if source missing these arguments. Seems like a complex issue to fix, so I'll start with the tests