Automapper and XUnit Missing Type Map
So one day I am minding my own business and decide to run unit test and I am hit with this error message. {"Missing type map configuration or unsupported mapping.\r\n\r\nMapping types:\r\nSource -> Destination\r\n"} This is a pretty self-explanatory message. Looks like we…