-
Notifications
You must be signed in to change notification settings - Fork 34
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
Conversation
…r anonymous objects.
There was a problem hiding this 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)
@microsoft-github-policy-service agree company="Civitai" |
There was a problem hiding this 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?
- Run
dotnet format
to fix linting errors - Bump the patch version at
kiota-dotnet/Directory.Build.props
Line 4 in 1eca71b
<VersionPrefix>1.9.11</VersionPrefix> - Add a changelog entry at https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md
Will try to implement this feedback today. |
Improvement to exception messaging.
@andrueastman I made the requested modifications, let me know if I missed anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #306.