Skip to content

Fixed KeyThrowingDictionary

Pre-release
Pre-release

Choose a tag to compare

@bcronce bcronce released this 04 Aug 17:41
· 16 commits to master since this release
v0.1.2.0
b7ec3be
  1. KeyThrowingDictionary effectively 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.
  2. For some reason I thought the constructors would have been auto-magically inherited. I had to add them in explicitly.

Nuget