Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol tests issue 27 #3260

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Conversation

peterrsongg
Copy link
Contributor

@peterrsongg peterrsongg commented Apr 4, 2024

Description

This PR fixes DOTNET-7357 issue 27. Rest-XML Protocol not flattening maps correctly

  • (Review manual changes) commit 1e9c6bf - Fixes for issue 27.
  • (Reference generated changes) commit aba34ec - Generated changes for issue 27

MERGE into protocol-tests feature branch only

Builds on prior PR: #3256
Merge order: 108 (I'm going to start mine from 100 and increment to keep separate from Bo's)
Ticket: DOTNET-7357

Motivation and Context

Testing

N/A - the test cases are the protocol tests. A final dry-run will be done on the protocol-tests feature branch once everything is merged into the feature branch.

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed

License

  • I confirm that this pull request can be released under the Apache 2 license

@peterrsongg peterrsongg mentioned this pull request Apr 4, 2024
10 tasks
@peterrsongg peterrsongg requested a review from boblodgett April 4, 2024 23:37
@@ -352,7 +352,7 @@ internal static void WriteJson(DynamoDBEntry entry, JsonWriter writer, DynamoDBE
var ddbNull = entry as DynamoDBNull;
if (ddbNull != null)
{
writer.Write(null);
writer.Write((string)null);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was just to fix a build problem for the nullable value types in collections. Bo and I talked about making this change.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, it was one I missed from this commit which we PRed: b19a010

@peterrsongg peterrsongg merged commit 9c5d16a into protocol-tests Apr 5, 2024
2 checks passed
@peterrsongg peterrsongg deleted the protocol-tests-issue-27 branch April 5, 2024 00:07
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.

3 participants