- Notifications
You must be signed in to change notification settings - Fork1.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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CI fails due to missing package in our feed. Started a mirrorhere |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Wpf seems to depend onhttps://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 withdotnet/winforms#13540 |
|
bradwilson commentedJun 16, 2025
Hard to tell but this looks like a custom attribute might be throwing in a constructor somewhere...? |
bradwilson commentedJun 16, 2025
I'd be curious to know what happens if you try using |
Youssef1313 commentedJun 18, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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? |
bradwilson commentedJun 18, 2025
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! |
Youssef1313 commentedJun 18, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Note to self: This is currently blocked as current version of xunit.stafact isn't compatible with xunit.v3 3.x. |
Now only needs fixing coverage. |
Uh oh!
There was an error while loading.Please reload this page.
TODO: