Bump package versions and clean test usings#184
Merged
ChrisPulman merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
Update multiple package dependencies and tidy test code: - Test infra: bump TUnit to 1.30.0, Microsoft.NET.Test.Sdk to 18.4.0, CodeCoverage to 18.6.2, Verify.TUnit to 31.15.0 and add TUnit.Assertions & TUnit.Assertions.Extensions usings in test project. - UI frameworks: update Avalonia to 11.3.13 (examples and libs) and add Tmds.DBus.Protocol 0.21.3 to the Avalonia project. - MAUI: bump Microsoft.Maui packages to 10.0.51 in projects/examples. - ReactiveUI: upgrade ReactiveUI.* packages to 23.2.1 across Maui, WinForms, WinUI and WPF (including ReactiveUI.Drawing). - Windows App SDK: bump Microsoft.WindowsAppSDK to 1.8.260317003. - Code cleanup: remove several unused using directives from test source files to reduce warnings. These changes keep dependencies current and clean up test codebase warnings.
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 multiple package dependencies and tidy test code:
These changes keep dependencies current and clean up test codebase warnings.