Uh oh!
There was an error while loading. Please reload this page.
[release/8.0] Update Microsoft.Extensions.Http.cs - #90920
Conversation
Update ref, add missing `this` to extension method parameter
ghost
commented
Aug 22, 2023
Note regarding the 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
commented
Aug 22, 2023
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #90916 to release/8.0 /cc @CarnaViire@ShreyasJejurkar Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
karelz
commented
Aug 22, 2023
I am giving M2 approval -- this is a new 8.0 API, where ref is not correct, which makes it harder to use. @carlossanlop do you need anything else from us? |
Backport of #90916 to release/8.0
Fixes#90911
/cc @CarnaViire@ShreyasJejurkar
Customer Impact
The new 8.0 API
ConfigureHttpClientDefaultsintroduced in #87914 (PR #87953 merged on 7/14) was supposed to be extension method, butthiswas by accident omitted from ref (it was correctly part of implementation of the API).Note: api-compat tool didn't catch the discrepancy, although it should have. We created a new issue dotnet/sdk#34824 to address it for future cases.
Testing
CI + manual inspection of ref assembly
Risk
Very low, this is a new feature introduced in 8.0