Conversation
…ects Update outdated AWS SDK and Lambda packages for .NET 10 compatibility: - Amazon.Lambda.Core 2.8.0 → 2.8.1 - AWSSDK.DynamoDBv2 4.0.10.8 → 4.0.14 - AWSSDK.XRay 4.0.3.11 → 4.0.3.13 - AWSSDK.EventBridge 4.0.5.13 → 4.0.5.15 - AWSSDK.StepFunctions 4.0.2.7 → 4.0.2.9 Also removes Microsoft.NET.Test.Sdk from Common.csproj as it is a shared library, not a test project.
|
No acknowledgement section found. Please make sure you used the template to open a PR and didn't remove the acknowledgment section. Check the template here: https://github.com/aws-samples/aws-serverless-developer-experience-workshop-dotnet/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment |
|
No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure. |
- Add setup-dotnet step to codeql-analysis.yml for .NET 10.0.x - Split release-drafter.yml into config (.github/) and workflow (.github/workflows/) - Fix 'label' typo to 'labels' in Maintenance category config
…I Gateway payloads API Gateway sends snake_case JSON (property_id, seller_name) but C# models used PascalCase properties, causing null deserialization. Added [JsonPropertyName] attributes to CreateContractRequest, UpdateContractRequest, and ApprovePublicationRequest. Added tests verifying snake_case JSON deserialization.
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.
Issue number: #81
Summary
Upgrades the project from .NET 8 to .NET 10, updates all NuGet dependencies to latest stable versions, migrates deprecated DynamoDBContext usage, fixes GitHub Actions workflows, and cleans up the gitignore.
Changes
.NET 10 Upgrade
net10.0across all projectsNuGet Dependency Updates
DynamoDBContext Migration (CS0618)
new DynamoDBContext(client, config)constructor toDynamoDBContextBuilderfluent APIDynamoDBContextConfigtype alias importsGitHub Actions Fixes
setup-dotnetwith .NET 10.0.x tocodeql-analysis.ymlbefore Autobuild steprelease-drafter.ymlinto config (.github/) and workflow (.github/workflows/) so GitHub discovers itlabel→labelstypo in release-drafter configUser experience
No user-facing changes. This is a framework and tooling upgrade.
Testing
Checklist
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.