-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Upgrade xunit version to 2.9.0 #57303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ff6bfd0
Upgrade Xunit version to 2.9.0
akoeplinger 3f15319
React to removed/changed xunit exceptions
akoeplinger 652eae7
Fix ambiguous calls
akoeplinger 1c1bf4e
Replace Assert.True(false, ...) with Assert.Fail
akoeplinger b9c8808
Await async methods and change async void -> async Task
akoeplinger 84830f7
Use Assert.Equal for string equality checks
akoeplinger 4bd22b5
Apply analyzer fixes: use Assert.Single and Assert.Empty
akoeplinger 66c9c4d
Apply analyzer fixes: null parameter in Theory data
akoeplinger 17369c4
Fix TheoryData generic mismatch
akoeplinger 20d02bd
Test methods can't return value
akoeplinger 84260ba
Suppress Do not call ConfigureAwait(false) in test method
akoeplinger 57f1c8c
Suppress Do not use blocking task operations in test method
akoeplinger 085f2bf
Suppress Fixture arguments to test classes must have fixture sources
akoeplinger 408d6f5
Fix DllNotFoundException in HttpApi on non-Windows platforms
akoeplinger af9d4c4
Disable tests that were unintentionally skipped before and fail now
akoeplinger 0e09973
Fix generated test code
akoeplinger cbfce49
Disable generated tests that were unintentionally skipped before and …
akoeplinger 01018a5
Add issue link to ResultsOfTTests.Generated.cs
akoeplinger e449994
Add issue link to UserManagerTest.cs
akoeplinger 0be628b
Disable xUnit1030 globally
akoeplinger 9f3583b
Move check for HttpApi into test code
akoeplinger 6ee95dc
Merge remote-tracking branch 'origin/main' into upgrade-xunit
akoeplinger f930b17
Revert changes to ResultsOfTTests, they were fixed
akoeplinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.