Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates NuGet package dependencies across the solution to their latest versions, with a focus on upgrading testing frameworks, system libraries, and third-party packages.
Key changes:
- Upgraded MSTest packages from version 3.6.x to 4.0.1, including new MSTest.Analyzers package
- Updated Microsoft Testing Platform packages from 1.4.3 to 2.0.1
- Upgraded AWS SDK packages from v3.7.x to v4.0.x
- Updated system libraries (System.Memory, System.Buffers, System.Collections.Immutable, etc.) to latest patch versions
Reviewed Changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Tests/packages.config | Updated test framework packages and system dependencies |
| src/Tests/app.config | Updated assembly binding redirects to match new package versions |
| src/Tests/Tests.csproj | Updated project references and added new MSTest.Analyzers package |
| src/Tests/ILLink/ILLink.Descriptors.LibraryBuild.xml | Removed ILLink descriptor file |
| src/StandaloneUpdater/packages.config | Updated system library dependencies |
| src/StandaloneUpdater/app.config | Updated binding redirects and added System.Text.Json |
| src/StandaloneUpdater/StandaloneUpdater.csproj | Updated project references for system libraries |
| src/KKManager/packages.config | Updated MessagePack, system libraries, and third-party packages |
| src/KKManager/KKManager.csproj | Updated references, removed System.ValueTuple inline reference, added build targets |
| src/KKManager/App.config | Updated binding redirects and added System.Text.Json |
| src/KKManager.Updater/packages.config | Updated AWS SDK, MessagePack, system libraries, added System.Text.Json packages |
| src/KKManager.Updater/app.config | Updated binding redirects for updated packages |
| src/KKManager.Updater/Sources/S3Updater.cs | Added null checks for AWS S3 SDK nullable properties |
| src/KKManager.Updater/KKManager.Updater.csproj | Updated project references and analyzer packages |
| src/KKManager.Updater/ILLink/ILLink.Descriptors.LibraryBuild.xml | Removed ILLink descriptor file |
| src/KKManager.SB3UGS/packages.config | Updated system libraries and third-party packages |
| src/KKManager.SB3UGS/app.config | Updated binding redirects for system libraries |
| src/KKManager.SB3UGS/KKManager.SB3UGS.csproj | Updated project references for system libraries |
| src/KKManager.Core/packages.config | Updated MessagePack, system libraries, and dependencies |
| src/KKManager.Core/app.config | Updated binding redirects for updated packages |
| src/KKManager.Core/KKManager.Core.csproj | Updated references, removed System.ValueTuple inline reference, added build targets |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.