[chore] Upgrade nugets 29-11-25 #245
Merged
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.



This pull request updates dependencies across multiple projects to ensure compatibility, improve security, and benefit from bug fixes and new features. The most significant changes are version bumps for core libraries and frameworks in both production and test projects, with minor code cleanups in integration test setup.
Dependency updates for client and server projects:
11.3.9andAvalonia.ReactiveUIto11.3.8inByteSync.Client.csprojfor UI improvements and bug fixes.ByteSync.Client.csprojfor enhanced logging and graphics support.Test and tooling dependency updates:
Microsoft.NET.Test.Sdk,NUnit3TestAdapter, andNUnit.Analyzersto the latest versions in all test projects for improved test stability and new features. [1] [2] [3] [4] [5] [6]Testcontainers,ReactiveUI.Testing, andAvalonia.Headlessfor better test environment support. [1] [2] [3]Codebase maintenance and cleanup:
E2E_Environment_Setup.csfor clarity and reliability, including improved wait strategies and process handling in integration tests. [1] [2] [3] [4] [5] [6]Other dependency updates:
System.IO.AbstractionsinByteSync.Common.csprojto22.1.0.These changes collectively keep the codebase up-to-date with upstream libraries, reduce technical debt, and improve overall maintainability.