Update NuGet packages#2303
Merged
Merged
Conversation
…roblems It appears that xunit v3 wants to impose its way of working on test projects, and wanted us to turn ours into an executable. Since we already mostly moved over to MSTest (because xunit support for UWP stopped working properly some time ago), I didn't really want to make major changes just so that the remaining place we still used it can carry on using it, so the ApiApprovals project now uses MSTest instead. I also had to change some xunit assertions into MSTest assertions, because we have some tests that are specific to cross-AppDomain scenarios, and since xunit v3 has removed all serialization support, it's no longer possible to use it in these cases. (In the longer term we need to try to modify the relevant tests, in SystemClockTests, so that they don't need cross-AppDomain execution.)
This project brings in the same source files as the main test project, so it now needs to declare the same aliases because those files have 'extern alias' in them
This came out just hours after we updated to 31.13.0!
* System.Threading.Tasks.Extensions 4.5.4 -> 4.6.3 * Newtonsoft.Json 13.0.3 -> 13.0.4
* Microsoft.SourceLink.GitHub 1.1.1 -> 10.0.103 * Nerdbank.GitVersioning 3.8.118 -> 3.9.50
HowardvanRooijen
approved these changes
Feb 19, 2026
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.
Update packages and also fix some related test failures