I am using Value Injecter to map DTO->VM and vice versa.
Since all models and DTOs are still very much under development, I was wondering if there is a way to output the source object's property names/values that were NOT mapped to the target object, so I can verify the names of the properties match?
Thank you.