michaellperry / Assisticant

MIT License
36 stars 19 forks source link

Added System.Collections.IDictionary (non-generic) to ObservableDicti… #37

Closed russell-elledge closed 3 years ago

russell-elledge commented 3 years ago

Added System.Collections.IDictionary (non-generic) to ObservableDictionary Added DictionaryTests.cs along with test methods for all relevant ObservableDictionary additions related to IDictionary implementation. Updated UpdateCollectionHelper so that it implements System.Collections.ICollection along with ICollection. Project file addition of DictionaryTests.cs.

michaellperry commented 3 years ago

The new package is published at nuget.org. Thank you!