Hello,
I'm evaluating STSdb for my application and am seeing a debug exception in General\Collections\OrderedSet.cs on line 133. Here is a typical pair of values for idxTo and idxFrom:
idxTo=29747
idxFrom=29748
In all cases I've seen, idxFrom has been 1 larger than idxTo. I can ignore the assertion and continue without seeing an actual exception (at least, as far as I've pushed it), but I have no confidence in the database after the assertion failure.
The test case is complex, and may be non-deterministic. But it generally has resulted in the assertion failure. I can send (or attach it to this issue) if that would be useful.
- Mark Shirley