-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Backport fix on IAsyncEnumerable from 5.0 to 3.1 (PR 24926) #25177
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
Conversation
|
I'm not convinced we should bring this to shiproom for backporting. There is a single customer asking for it and there is a workaround provided. |
|
I agree this is fairly low value. But on the other hand, it's very low risk. I wouldn't change when we patch next because of this issue, but if we're going to patch anyway, I'd want to take this. |
|
@tebeco Can you change the base branch to release/3.1 please. |
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.
This looks good but it needs to target release/3.0 release/3.1.
|
Currently rebasing, crap, my branch is based on |
|
Sorry, I should have said release/3.1. |
|
sorry about that delay I did not check the base branch, In fact I'm surprised I managed to apply a diff on master while it was fixed in |
|
should be better like this |
I'm surprised too. I wonder how that happened. |
|
It's crazy that GitHub generated that "diff" when this was targeting master. It was going to let us merge it too, but thankfully @BrennanConroy noticed it was targeting the wrong branch. BTW, thanks for showing me that Git Extensions has a dark mode 😄 I really like it. Do you know if there's a way to make the title bar match? I know I could change it to globally show a dark "accent color" for every title bar, but that messes with other apps. |
oO right ... something else went wrong and it's a bit hard to find out what was it ... kudos to @BrennanConroy
Nop, I knew something was off, but now I really see it WHYYYYYYYY |
|
(restoring branch / running it to see if test fails locally too) can you confirm if these |
|
Hello human! Please make sure you've included the Shiproom Template in a comment or (preferably) the PR description. Also, make sure this PR is not marked as a draft and is ready-to-merge. |
|
The failures are due to some SameSite cookie issues due to Chrome updating. This PR wont pass until we merge some changes into 3.1 first. We'll re-run this when that happens. |
|
do I need to change the format of the template and remove all the "MORE" from the PR description for the "servicing model" ? |
|
unrelated |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
The 3 red jobs are from friday - weird that github is still showing them here. CI is actually green |


fixes #25164
Description
This is a backport of #24926
Regression?
no
Risk
same as #24926
I see no obvious Risk
More:
As @BrennanConroy explained:
This might be rejected, but at least the PR is ready as the bug was discussed about on Gitter
This is also on
LTS(since 5.0 will NOT be LTS)eg:
The team responsible for
AuthN / AuthZ Handlerusually refuse to work on non-LTS, so nonet5.0for us :(