BitArray throws IndexOutOfRangeException when unmet shrink threshold #29626
Labels
area-System.Collections
blocking
Marks issues that we want to fast track in order to unblock other important work
Milestone
The
Or
operation (and probably others) assume that the length of underlying int arrays of both operands are equal. But this isn't the case when the arrays aren't actually resized when the BitArray length changes.cc @ajcvickers @Pilchie
The text was updated successfully, but these errors were encountered: