Fixed KeyThrowingDictionary
Pre-release
Pre-release
KeyThrowingDictionaryeffectively did not work, but it passed the tests because .Net Core includes the key in the message. Had to setup the unit tests to multi-target Core and Framework.- For some reason I thought the constructors would have been auto-magically inherited. I had to add them in explicitly.