Skip to content

Update test dependencies#1242

Merged
adamhathcock merged 1 commit intomasterfrom
adam/update-deps
Mar 3, 2026
Merged

Update test dependencies#1242
adamhathcock merged 1 commit intomasterfrom
adam/update-deps

Conversation

@adamhathcock
Copy link
Owner

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:

  • Upgraded AwesomeAssertions from version 9.3.0 to 9.4.0 in Directory.Packages.props and updated corresponding references in packages.lock.json for both .NET Framework 4.8 and net10.0 targets. [1] [2] [3]
  • Upgraded Microsoft.NET.Test.Sdk from version 18.0.1 to 18.3.0 in Directory.Packages.props and updated all related transitive dependencies (Microsoft.CodeCoverage, Microsoft.TestPlatform.ObjectModel, Microsoft.TestPlatform.TestHost) in packages.lock.json. [1] [2] [3] [4] [5] [6]

These updates will help keep the test infrastructure current and maintain compatibility with the latest tools.

Copilot AI review requested due to automatic review settings March 3, 2026 17:02
@kilo-code-bot
Copy link
Contributor

kilo-code-bot bot commented Mar 3, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR is a straightforward dependency update for test-related packages:

Package Old Version New Version
AwesomeAssertions 9.3.0 9.4.0
Microsoft.NET.Test.Sdk 18.0.1 18.3.0

The lock file (packages.lock.json) has been updated with the new versions and corresponding transitive dependency updates.

Assessment

  • Security: No security concerns - these are official NuGet packages
  • Compatibility: Both upgrades are patch/minor version bumps with no breaking changes expected
  • Testing: No code changes, only package version updates
Files Reviewed (2 files)
  • Directory.Packages.props - Version updates in central package management
  • tests/SharpCompress.Test/packages.lock.json - Lock file synchronized with new versions

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 AwesomeAssertions from 9.3.0 to 9.4.0.
  • Bumped Microsoft.NET.Test.Sdk from 18.0.1 to 18.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.

@adamhathcock adamhathcock merged commit b719edf into master Mar 3, 2026
10 checks passed
@adamhathcock adamhathcock deleted the adam/update-deps branch March 3, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants