BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

the nullability of `IDictionaryExtensions.TryGetValueWithKey` is incorrect #146

Closed BryanWilhite closed 2 years ago

BryanWilhite commented 2 years ago

the IDictionary<TKey, TValue> needs to be nullable

BryanWilhite commented 2 years ago

see #147