Update nuget again#238
Merged
erikdarlingdata merged 3 commits intoerikdarlingdata:devfrom Feb 23, 2026
Merged
Conversation
xunit is deprecated, they reccomend using xunit.v3 instead.
warning xUnit1051: Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
Owner
|
Thanks for the contribution @MisterZeus! Verification results:
Package audit:
The code changes look clean — the One process note: Please open an issue before submitting PRs so there's visibility into what's being worked on and we can discuss the approach before code is written. This helps avoid duplicate effort and ensures alignment on direction. Thanks! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Updates a few NuGet packages,
swaps deprecated xunit for xunit.v3,
fixes a few new warnings
Which component(s) does this affect?
How was this tested?
ran full solution builds in VS and the build-all.cdm script, no warnings.
Checklist
dotnet build -c Debug)