-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[release/6.0] Make sure WinHttpHandler 6.0.1 is released #65523
[release/6.0] Make sure WinHttpHandler 6.0.1 is released #65523
Conversation
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.
|
@danmoseley does this need to go through servicing process? |
No approval needed. This is part of the original approved fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@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 |
In Somewhere in the process of setting up servicing branches, all of the
|
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.