Closed
Description
Hello, I'm running CsQuery in Azure and I'm getting a lot of thread safety issues.
I looked into the code and noticed that the problem is in RangeSortedDictionary, I've also seen that this issue is already addressed in the code with a thread safety flag. I'd just like to note that I'm not performing any threading myself, this is all azure internals
Specifically I'm getting an index out of bounds at System.Collections.Generic.Dictionary`2.Resize() .
I'm not running two threads on the same CQ instance btw.
My question is: would it be possible to get a thread safe built version of CsQuery in NuGet?