You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.