Could not load type Castle.Proxies.IReadinessProxy when running xUnit integration tests in parallel with Autofac
问题 I am having an issue that I've been many days unable to resolve. I use xUnit with a given-then-when abstraction to make tests more readable. I am using a wrapper over EventStore and running some integration tests. They all go well.. except one that fails when running all in parallel (and xUnit runs in parallel), but if I run them all sequentially they all succeed. I cannot understand why this would be an issue because every single fact is supposed to run the constructor (the given) and the