ryanheath / RavenDB-NodaTime

Noda Time support for RavenDB
Other
20 stars 14 forks source link

fixed DictionaryKeyConverter for types of IDictionary<T,?> #14

Closed ryanheath closed 7 years ago

ryanheath commented 7 years ago

Added a fix for DictionaryKeyConverter for types of IDictionary. #4 The problem was twofold:

mattjohnsonpint commented 7 years ago

Thanks! I'll merge this and include it when I publish the next version.

Could you also add a unit test please?

ryanheath commented 7 years ago

Great! The test was already written: DictionaryKeyConverterTests