Patrik Husfloen
Patrik Husfloen
@adamralph Yeah my impression was that doing significant work with xunit2 internals would be wasted effort as soon as xunit3 is released, so I'm looking for quick wins, and will...
I think I just ran into this myself and it's kind of blocking me, would you take a PR for this if I can figure out what the problem is?
@adamralph I have to see if I can fix it first 😄
@adamralph So apparently I need learn how to read better, because I thought this was about IAsyncLifetime on the _collection_ itself and that appears to work fine. So I'm going...
It would maybe be even more flexible if instead of a prefix, a mapping could be provided?
seem a quick & dirty fix is to change it to: ``` csharp var bytes = buffer.GetBuffer(); for (int i = 0; i < length; i++) { // if buffer...
I just got bit by this today in a pretty bad way, are there any known workarounds other than just manually adding drop/create of all the affected indices?