Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030) See https://github.com/dotnet/extensions/pull/5435/checks?check_run_id=30404388453
- Loading branch information