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

fix: serialization of primitives present in additionalData #468

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

andrueastman
Copy link
Member

Fixes microsoftgraph/msgraph-sdk-dotnet#2729

The pattern matching in the code does not match a collection of stucts like DateTime or DateTimeOffsets leading to the error as its handled incorrecty.

case IEnumerable<object> coll:

@andrueastman andrueastman changed the title Terminal fix: serialization of primitives present in additionalData fix: serialization of primitives present in additionalData Nov 13, 2024
baywet
baywet previously approved these changes Nov 13, 2024
Copy link
Contributor

This pull request has conflicting changes, the author must resolve the conflicts before this pull request can be merged.

Copy link
Contributor

Conflicts have been resolved. A maintainer will take a look shortly.

Copy link

sonarcloud bot commented Nov 13, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
66.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@andrueastman andrueastman merged commit 459e604 into main Nov 13, 2024
10 of 11 checks passed
@andrueastman andrueastman deleted the primitivesFix branch November 13, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done ✔️
2 participants