Archived
For whatever reason, launching a the HandleRequestSubsetRequest causes the unit test to hang at the process of starting a new Task. This only appears to happen on our build server (which runs Win2K12R2), which suggests a bug with dotnet or XUnit. But, I've worked around it by changing that specific unit test to be async/await and not use .Wait calls.