Skip to content

Comments

feat: add CLAUDE.md and update package references#23

Merged
ncipollina merged 3 commits intomainfrom
feature/package-updates
Jul 25, 2025
Merged

feat: add CLAUDE.md and update package references#23
ncipollina merged 3 commits intomainfrom
feature/package-updates

Conversation

@ncipollina
Copy link
Collaborator

Summary

  • Add comprehensive CLAUDE.md documentation for Claude Code with development commands and architecture overview
  • Update GitHub Actions workflows to use v6.1 templates with Microsoft Testing Platform support
  • Update all package references to latest versions (AWS SDK 4.0.3.1, Microsoft.Extensions 9.0.7)
  • Enable Microsoft Testing Platform runner in test project and update to xUnit v3.0.0

Test plan

  • Verify build succeeds with updated packages
  • Confirm CLAUDE.md provides accurate guidance for development workflow
  • Validate GitHub Actions workflow updates support MTP test runner

🤖 Generated with Claude Code

ncipollina and others added 3 commits July 25, 2025 09:04
- Add comprehensive CLAUDE.md documentation for Claude Code guidance
- Update GitHub Actions workflows to use v6.1 templates with MTP support
- Update package references to latest versions (AWS SDK, Microsoft.Extensions)
- Enable Microsoft Testing Platform runner in test project
- Update xUnit to v3.0.0 and other test dependencies

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ncipollina ncipollina requested a review from Copilot July 25, 2025 13:09
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 the project to use modern testing infrastructure and adds comprehensive documentation for Claude Code integration. The changes enable Microsoft Testing Platform runner with xUnit v3 and update all package dependencies to their latest versions.

  • Updates GitHub Actions workflows to use v6.1 templates with Microsoft Testing Platform support
  • Migrates test infrastructure to xUnit v3.0.0 with Microsoft Testing Platform runner
  • Updates all package dependencies to latest versions (AWS SDK 4.0.3.1, Microsoft.Extensions 9.0.7)

Reviewed Changes

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

Show a summary per file
File Description
test/DynamoDb.DistributedLock.Tests/DynamoDb.DistributedLock.Tests.csproj Enables Microsoft Testing Platform, updates to xUnit v3, and updates package versions
src/DynamoDb.DistributedLock/DynamoDb.DistributedLock.csproj Updates AWS SDK and Microsoft.Extensions packages to latest versions
DynamoDb.DistributedLock.sln Adds CLAUDE.md to solution items
Directory.Build.props Increments version to 1.1.1
CLAUDE.md Adds comprehensive documentation for Claude Code integration
.github/workflows/pr-build.yaml Updates to v6.1 template with MTP runner configuration
.github/workflows/build.yaml Updates to v6.1 template with test configuration
Comments suppressed due to low confidence (1)

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

  • xUnit v3.0.0 does not exist. The latest stable version of xUnit v3 is 2.0.3. This version reference should be corrected to use an actual released version.
        <PackageReference Include="xunit.v3" Version="3.0.0"/>

@ncipollina ncipollina merged commit d2556d4 into main Jul 25, 2025
1 check passed
@ncipollina ncipollina deleted the feature/package-updates branch July 25, 2025 13:11
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