Uh oh!
There was an error while loading. Please reload this page.
[release/6.0] Make sure WinHttpHandler 6.0.1 is released - #65523
Conversation
ghost
commented
Feb 17, 2022
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThis addresses an overlook from #63346. We forgot to follow the nuget servicing guideline so the bugfix was not released. Customer Impact#60291 is a bug in WinHttpHandler that prevents running/debugging gRPC code on .NET Framework using Visual Studio + IIS Express which is an important customer scenario for dotnet/core#5713. It can probably also manifest in production environments with servers other than Kestrel. TestingN/A RiskLow.
|
antonfirsov
commented
Feb 18, 2022
@danmoseley does this need to go through servicing process? |
danmoseley
commented
Feb 18, 2022
No approval needed. This is part of the original approved fix |
karelz
commented
Feb 22, 2022
@carlossanlop it does not need Tactics approval -- see above. Not sure if you want to put servicing-approved on it, or if it is ok this way. |
Added the label, per Dan's comment that it does not need approval. Question: @ericstj@bartonjs This kind of change is only made in a servicing branch, correct? It's not expected to see such change in |
bartonjs
commented
Feb 23, 2022
In Somewhere in the process of setting up servicing branches, all of the
|
ericstj
commented
Mar 1, 2022
IIRC It's statically defined to give different behavior when PreReleaseVersionLabel is servicing. Once that's set we default to not build the package, unless individual projects opt-in. |
Yup, this is where it's done: Lines 21 to 29 in a7a4ed9 |
This addresses an overlook from #63346. We forgot to follow the nuget servicing guideline so the bugfix was not released.
Fixes#60291
/cc @safern
Customer Impact
This is follow up to PR #63346 which was approved and merged for 6.0.2, but missed nuget authoring -- as a result, the fix didn't really ship as part of 6.0.2.
#60291 is a bug in WinHttpHandler that prevents running/debugging gRPC code on .NET Framework using Visual Studio + IIS Express which is an important customer scenario for dotnet/core#5713. It can probably also manifest in production environments with servers other than Kestrel.
Testing
N/A
Risk
Low.