-
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
[Group 4] Enable nullable annotations for Microsoft.Extensions.Http
#66891
Conversation
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to 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. |
Tagging subscribers to this area: @dotnet/ncl Issue DetailsRelated to #43605 Questions:
|
Code links below.
runtime/src/libraries/Microsoft.Extensions.Http/src/ExpiredHandlerTrackingEntry.cs Lines 17 to 23 in 57bfe47
runtime/src/libraries/Microsoft.Extensions.Http/src/DefaultHttpClientFactory.cs Lines 179 to 188 in 57bfe47
runtime/src/libraries/Microsoft.Extensions.Http/src/LifetimeTrackingHttpMessageHandler.cs Lines 13 to 14 in 57bfe47
runtime/src/libraries/System.Net.Http/src/System/Net/Http/DelegatingHandler.cs Lines 19 to 31 in 57bfe47
|
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 a lot! LGTM, with one nit.
src/libraries/Microsoft.Extensions.Http/src/ExpiredHandlerTrackingEntry.cs
Outdated
Show resolved
Hide resolved
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!
Related to #43605
Questions:
InnerHandler
can benull
runtime/src/libraries/Microsoft.Extensions.Http/src/DefaultHttpClientFactory.cs
Line 267 in 3e2a45c