Skip to content

Conversation

@ShreyasJejurkar
Copy link
Contributor

@ShreyasJejurkar ShreyasJejurkar commented Aug 22, 2023

Update ref, add missing this to extension method parameter.

Fixes #90911

Update ref, add missing `this` to extension method parameter
@ghost
Copy link

ghost commented Aug 22, 2023

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, 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 ghost added the community-contribution Indicates that the PR has been added by a community member label Aug 22, 2023
@ghost
Copy link

ghost commented Aug 22, 2023

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

Issue Details

Update ref, add missing this to extension method parameter

Author: ShreyasJejurkar
Assignees: -
Labels:

new-api-needs-documentation, area-Extensions-HttpClientFactory

Milestone: -

@ShreyasJejurkar ShreyasJejurkar marked this pull request as ready for review August 22, 2023 09:01
@CarnaViire CarnaViire merged commit 4a5695b into dotnet:main Aug 22, 2023
@CarnaViire
Copy link
Member

/backport to release/8.0

@github-actions
Copy link
Contributor

@stephentoub
Copy link
Member

@carlossanlop, @ViktorHofer, why wasn't this flagged by our API compat tools?

@ShreyasJejurkar ShreyasJejurkar deleted the ShreyasJejurkar-patch-1 branch August 22, 2023 11:33
@ViktorHofer
Copy link
Member

Similar to dotnet/sdk#23907. Looks like we don't have validation for this scenario yet. Would you mind filing an issue in dotnet/sdk? Implementing such a rule should be trivial.

@CarnaViire
Copy link
Member

Filed an issue dotnet/sdk#34824

@ghost ghost locked as resolved and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ConfigureHttpClientDefaults isn't an extension method in the reference assembly

6 participants