XUnit async/await Foot Guns
21stNov
0
XUnit makes a number of "interesting" choices when it comes to task scheduling and async/await in an effort to exert control over concurrency. In this post we look at some of the foot guns this introduces when it comes to integration tests with external resources or heavy async use.