Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge OverviewThis PR is a straightforward dependency update for test-related packages:
The lock file ( Assessment
Files Reviewed (2 files)
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates centrally-managed test dependency versions to keep the test toolchain current across the repo’s test project targets (.NET Framework 4.8 and net10.0).
Changes:
- Bumped
AwesomeAssertionsfrom9.3.0to9.4.0. - Bumped
Microsoft.NET.Test.Sdkfrom18.0.1to18.3.0, updating related locked transitive test platform packages in the test project lock file.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates central package versions for AwesomeAssertions and Microsoft.NET.Test.Sdk. |
| tests/SharpCompress.Test/packages.lock.json | Refreshes locked versions/hashes for updated direct dependencies and related transitive test SDK components per TFM. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Mar 4, 2026
Closed
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.
This pull request updates package dependencies to their latest versions, focusing on test-related and assertion packages. The changes ensure the project uses the most recent features and fixes from these libraries.
Dependency version upgrades:
AwesomeAssertionsfrom version 9.3.0 to 9.4.0 inDirectory.Packages.propsand updated corresponding references inpackages.lock.jsonfor both .NET Framework 4.8 and net10.0 targets. [1] [2] [3]Microsoft.NET.Test.Sdkfrom version 18.0.1 to 18.3.0 inDirectory.Packages.propsand updated all related transitive dependencies (Microsoft.CodeCoverage,Microsoft.TestPlatform.ObjectModel,Microsoft.TestPlatform.TestHost) inpackages.lock.json. [1] [2] [3] [4] [5] [6]These updates will help keep the test infrastructure current and maintain compatibility with the latest tools.