feat: add CLAUDE.md and update package references#23
Merged
ncipollina merged 3 commits intomainfrom Jul 25, 2025
Merged
Conversation
- 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>
Contributor
There was a problem hiding this comment.
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"/>
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.
Summary
Test plan
🤖 Generated with Claude Code