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 missing System.Net.Http.Json comments #92223

Merged
merged 2 commits into from
Sep 21, 2023

Conversation

MihaZupan
Copy link
Member

@MihaZupan MihaZupan commented Sep 18, 2023

Contributes to #88569.

Ported to docs in dotnet/dotnet-api-docs#9302

@MihaZupan MihaZupan added this to the 8.0.0 milestone Sep 18, 2023
@MihaZupan MihaZupan self-assigned this Sep 18, 2023
@ghost
Copy link

ghost commented Sep 18, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Contributes to #88569.

Author: MihaZupan
Assignees: MihaZupan
Labels:

area-System.Net.Http

Milestone: 8.0.0

Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

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

LGTM

@MihaZupan MihaZupan merged commit 5149896 into dotnet:main Sep 21, 2023
102 of 105 checks passed
Copy link
Member

@eiriktsarpalis eiriktsarpalis left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -84,7 +84,7 @@ public static partial class HttpClientJsonExtensions
/// <param name="client">The client used to send the request.</param>
/// <param name="requestUri">The Uri the request is sent to.</param>
/// <param name="type">The type of the object to deserialize to and return.</param>
/// <param name="context">Source generated JsonSerializerContext used to control the deserialization behavior.</param>
/// <param name="context">The JsonSerializerContext used to control the deserialization behavior.</param>
Copy link
Member

Choose a reason for hiding this comment

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

Technically a JsonSerializerContext could have been manually extended by the user and not by a source generator, but I think the change is ok otherwise.

@ghost ghost locked as resolved and limited conversation to collaborators Oct 22, 2023
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.

5 participants