-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Added IReadOnlyDictionary to HttpRequestOptions #86983
Added IReadOnlyDictionary to HttpRequestOptions #86983
Conversation
Tagging subscribers to this area: @dotnet/ncl |
@dotnet-policy-service agree |
How do I generate CombatibilitySupression.xml for Running |
src/libraries/System.Net.Http/src/System/Net/Http/HttpRequestOptions.cs
Outdated
Show resolved
Hide resolved
3c67669
to
f9b3953
Compare
Looks like failed checks should pass, but I don't know how to dispatch them to run again :) |
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.
Thanks. Can you add tests, too?
My tests passed, but there is still some issues with infrastructure like this: So, it's ready to review. |
src/libraries/System.Net.Http/tests/UnitTests/Headers/HttpRequestOptionsTest.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Stephen Toub <[email protected]>
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. Thanks.
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
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, lets wait for the CI and then we're good to merge
CI Failure is unrelated. We're good to go. Thank you for the contribution! |
Closes #68149