jtmueller/Collections.Pooled

PooledDictionary.Remove with Count 0 = Exception

Closed this issue · 1 comments

Describe the bug
PooledDictionary.Remove with Count 0 = Exception

To Reproduce

var dict = new PooledDictionary<string, string>();
dict.Remove("Something");

Expected behavior
return without doing anything.

It seemed this issue disappeared, I will re-evaluate and reopen when I repro.