-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the xunit group with 1 update (#1769)
* Bump the xunit group with 1 update Bumps the xunit group with 1 update: [xunit](https://github.com/xunit/xunit). - [Commits](xunit/xunit@2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]> * Fix CS0121 errors Fix CS0121 errors caused by ambiguity between `Task` and `ValueTask`. * Fix compiler errors Fix compiler errors again by forcing the Func<Task> overload to be used. * Suppress xUnit1031 warnings Suppress xUnit1031 warnings that are OK because we explicitly want to wait for the operation to not succeed. * Refactor workaround Rename method and drop type argument. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: martincostello <[email protected]>
- Loading branch information
1 parent
381a01f
commit 9e86a0a
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters