Uh oh!
There was an error while loading. Please reload this page.
Update Microsoft.Extensions.Http.cs - #90916
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 DetailsUpdate ref, add missing
|
CarnaViire
commented
Aug 22, 2023
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5937878078 |
stephentoub
commented
Aug 22, 2023
@carlossanlop, @ViktorHofer, why wasn't this flagged by our API compat tools? |
ViktorHofer
commented
Aug 22, 2023
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
commented
Aug 22, 2023
Filed an issue dotnet/sdk#34824 |
Update ref, add missing
thisto extension method parameter.Fixes#90911