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

WriteAdditionalData Code Cleanup #29

Merged
merged 7 commits into from
Jun 29, 2022
Merged

Conversation

dadams39
Copy link
Contributor

  • Initial look at adding maps to the writer to support mapping of Primitive types.
  • General code clean-up to add a switch statement

@dadams39
Copy link
Contributor Author

NOTE

The original code had this unreachable code:

because of ->


The endpoints for the clauses are different. This was one of the major reasons for the code restructure. The other was to ensure that trusted functions which were already created could be reused.

@baywet
Copy link
Member

baywet commented Jun 27, 2022

Thanks for submitting this pull request. Review on hold until #30 is fixed

@baywet baywet self-assigned this Jun 27, 2022
dadams39 added 2 commits June 28, 2022 01:50
Changes ensure that the collections are properly deliminated and map support for @odata.type --> microsoft.graph.eventMessageRequest
Test case extended to ensure support for microsoft.graph.eventMessageResponse
@dadams39
Copy link
Contributor Author

STATUS WIP
Mapping functions requested to be removed from writer source code. See Issue #28. Wll switch the status to R4R when changes are submitted.

@baywet baywet marked this pull request as draft June 28, 2022 17:47
As per the agreement within the Issue, mapping capability has been
removed until further notice. Test suites adjusted accordingly.
@dadams39
Copy link
Contributor Author

Status: R4R

@dadams39 dadams39 marked this pull request as ready for review June 28, 2022 18:28
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for making the updates, one last comment

@dadams39 dadams39 requested a review from baywet June 28, 2022 21:25
@dadams39 dadams39 changed the title Mapping Capability feature WriteAdditionalData Code Cleanup Jun 28, 2022
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for making all the changes

@baywet baywet enabled auto-merge June 29, 2022 14:31
@baywet baywet merged commit 5957c1d into microsoft:main Jun 29, 2022
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.

2 participants