Skip to content

Comments

feat: update package references to latest versions#17

Merged
ncipollina merged 1 commit intomainfrom
feature/update-packages
Jun 23, 2025
Merged

feat: update package references to latest versions#17
ncipollina merged 1 commit intomainfrom
feature/update-packages

Conversation

@ncipollina
Copy link
Collaborator

@ncipollina ncipollina commented Jun 23, 2025

🚀 Pull Request

📋 Summary

Briefly describe what this PR does and why it's needed.


✅ Checklist

  • My changes build cleanly
  • I’ve added/updated relevant tests
  • I’ve added/updated documentation or README
  • I’ve followed the coding style for this project
  • I’ve tested the changes locally (if applicable)

🧪 Related Issues or PRs

Closes #...


💬 Notes for Reviewers

Any specific areas to look at, known issues, or follow-up work.

@ncipollina ncipollina requested a review from Copilot June 23, 2025 13:51
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

This PR updates multiple package references to their latest versions to ensure the projects use up‐to‐date dependencies for improved performance and security.

  • Updated version of Microsoft.Extensions.Configuration and xUnit packages in the test project.
  • Updated AWSSDK and Microsoft.Extensions packages in the main project.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
test/DynamoDb.DistributedLock.Tests/DynamoDb.DistributedLock.Tests.csproj Updated Microsoft.Extensions.Configuration and xUnit package versions; added dependency isolation settings for xunit.runner.visualstudio.
src/DynamoDb.DistributedLock/DynamoDb.DistributedLock.csproj Updated AWSSDK and Microsoft.Extensions package versions to their latest releases.
Comments suppressed due to low confidence (3)

test/DynamoDb.DistributedLock.Tests/DynamoDb.DistributedLock.Tests.csproj:40

  • The update to xunit.v3 and the inclusion of PrivateAssets and IncludeAssets for xunit.runner.visualstudio appear aligned with our dependency isolation strategy. Please verify that these changes are fully compatible with our test infrastructure.
        <PackageReference Include="xunit.v3" Version="2.0.3" />

src/DynamoDb.DistributedLock/DynamoDb.DistributedLock.csproj:30

  • The update of AWSSDK.DynamoDBv2 to version 4.0.1.8 should be verified against the features in use to ensure there are no breaking changes.
        <PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.1.8" />

src/DynamoDb.DistributedLock/DynamoDb.DistributedLock.csproj:32

  • The update to Microsoft.Extensions packages (Binder, DependencyInjection, Options) to version 9.0.6 is consistent; please confirm that any related service configurations accommodate these version bumps.
        <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.6" />

@ncipollina ncipollina merged commit 0bf3227 into main Jun 23, 2025
1 check passed
@ncipollina ncipollina deleted the feature/update-packages branch June 23, 2025 13:54
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.

1 participant