Skip to content
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

Updates to xUnit v3 and enables Microsoft.Testing.Platform #1757

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phil-scott-78
Copy link
Contributor

Verify and Cake worked without a hitch. Very smooth upgrade process. Tests run too quick on my machine to see the fancy ANSI output for the runner, but it's there!

One neat thing about a change like this is that if the AOT route is tackled, theoretically it makes it much easier to test as we can run the tests in a PublishAOT scenario with a bit of leg work...hopefully.

There was a code change was responding to warnings regarding using TestContext.Current.CancellationToken . See this for the reason - https://xunit.net/xunit.analyzers/rules/xUnit1051

One neat thing about a change like this is that if the AOT route is tackled,
theoretically it makes it much easier to test as we can run the tests in a PublishAOT scenario with a bit of leg work...hopefully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant