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

Add support to JsonSerializationWriter.WriteNonParsableObjectValue for anonymous objects. #307

Merged
merged 8 commits into from
Jul 31, 2024

Conversation

greg-ww
Copy link
Contributor

@greg-ww greg-ww commented Jul 25, 2024

Fixes #306.

@greg-ww greg-ww requested a review from a team as a code owner July 25, 2024 01:59
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 the contributions!
A couple of remarks, also please sign the CLA (see the bot comment)

src/serialization/json/JsonSerializationWriter.cs Outdated Show resolved Hide resolved
@greg-ww
Copy link
Contributor Author

greg-ww commented Jul 25, 2024

@microsoft-github-policy-service agree company="Civitai"

Copy link
Member

@andrueastman andrueastman 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 the contribution @greg-ww

Any chance you can do the following as well?

src/serialization/json/JsonSerializationWriter.cs Outdated Show resolved Hide resolved
@greg-ww
Copy link
Contributor Author

greg-ww commented Jul 30, 2024

Will try to implement this feedback today.

@greg-ww
Copy link
Contributor Author

greg-ww commented Jul 30, 2024

@andrueastman I made the requested modifications, let me know if I missed anything.

Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

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

Looks good to me @greg-ww

Just need a final review from @baywet before we merge.

@baywet baywet merged commit 148396a into microsoft:main Jul 31, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

JsonSerializationWriter.WriteNonParsableObjectValue does not support anonymous objects
3 participants