I know you generally should not depend on order for your unit tests, but in xunit is it possible to make your tests run in a certain order?
There is a sample in our Samples project named PrioritizedFixtureSample which allows you to control the ordering of tests.
See the samples in our latest release: https://xunit.net/#releases