Closed
Description
Sometimes when unit tests are run in in parallel using the Parallelizable attribute, they accidently end up sharing memory. Which results in very change failures and disposed objects all over the place. See the attached project for a reproduction.
In rider the error list looks roughly like this:
However which tests are failing, and how many a mostly random. However the amount i have there is pretty good at reproducing the problem. No problem is observed if the Parallelizeable isn't used.