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

[release/6.0-preview4] [JSON source gen 3/3] Add new methods to JsonSerializer and System.Net.Http.Json APIs that take type metadata #51598

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 20, 2021

Backport of #51528 to release/6.0-preview4

/cc @layomia

Customer Impact

It is important to get early customer feedback on this feature to verify performance & size improvements, as well as test the usability. This will enable users to convert their existing usage of JsonSerializer to the new pattern introduced by source-gen.

Testing

Tests have been added for the new methods & existing tests cover changes to the existing overload.

Risk

Theses changes are additive and do not modify existing JsonSerializer functionality. Existing tests help verify that refactoring changes to share code with existing overloads are fine.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link

ghost commented Apr 20, 2021

Tagging subscribers to this area: @eiriktsarpalis, @layomia
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #51528 to release/6.0-preview4

/cc @layomia

Customer Impact

Testing

Risk

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Text.Json, new-api-needs-documentation

Milestone: -

@Anipik Anipik merged commit 96efd27 into release/6.0-preview4 Apr 21, 2021
@akoeplinger akoeplinger deleted the backport/pr-51528-to-release/6.0-preview4 branch April 22, 2021 18:15
@ghost ghost locked as resolved and limited conversation to collaborators May 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants