We're getting a load of warnings from Roslynator about missing ConfigureAwait calls in the Xunit.Demo project.
We need to determine whether they are in fact unneeded (e.g., as in most ASP.NET Core projects) and we should therefore surpress the message, or if they are in fact required.