-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Migrate to xunit.v3 #10890
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
base: main
Are you sure you want to change the base?
Migrate to xunit.v3 #10890
Conversation
CI fails due to missing package in our feed. Started a mirror here |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Wpf seems to depend on https://github.com/dotnet/winforms/blob/main/src/Common/tests/TestUtilities/System.Private.Windows.Core.TestUtilities.csproj. So probably worth moving winforms first |
winforms moved now with dotnet/winforms#13540 |
cc @bradwilson |
Hard to tell but this looks like a custom attribute might be throwing in a constructor somewhere...? |
I'd be curious to know what happens if you try using |
Updating helped. There are other failures that I'm investigating now. @bradwilson I'm curious whether you're planning to ship xunit.v3 3.x stable going to be released some time soon? |
Right now, our release plan is to allow third parties chances to find issues with breaking changes, we will give them a month to review the changes. The most recent build shipped 3 days ago. Assuming there are no further builds that need to be shipped to account for new breaking changes (and thus reset the clock), then a final release should be in the middle of July. |
@bradwilson Thanks for clarifying! |
Note to self: This is currently blocked as current version of xunit.stafact isn't compatible with xunit.v3 3.x. |
TODO: