unoplatform / Uno.Core

Uno.Core is a set of helpers and extension methods used to accelerate development.
Other
39 stars 12 forks source link

fix: Restore original namespace for SynchronizedDictionary.FindOrCreate #89

Closed jeromelaban closed 1 year ago

jeromelaban commented 1 year ago

This may cause existing code which does not include Uno.Core.Collections to fallback to IDictionary<,>

jeromelaban commented 1 year ago

This change would cause unresolvable binary breaking changes, closing.