-
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
API documentation debt - Microsoft.Extensions.Http #43916
Labels
area-Extensions-HttpClientFactory
documentation
Documentation bug or enhancement, does not impact product or test code
help wanted
[up-for-grabs] Good issue for external contributors
Milestone
Comments
23 tasks
Tagging subscribers to this area: @dotnet/ncl |
resistr
added a commit
to resistr/runtime
that referenced
this issue
Aug 19, 2021
- M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.CreateHandlerPipeline (System.Net.Http.HttpMessageHandler,System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler}) - M:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter.Configure (System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder}) - M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger) - M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor (Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions) - M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) - M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger) - M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor (Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions) - M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) - T:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler - T:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler Fix dotnet#43916
Items not addressed by PR #57719:
|
resistr
added a commit
to resistr/runtime
that referenced
this issue
Aug 19, 2021
Reworded the cstor documentation on HttpMessageHandlerBuilder based on feedback from active PR. Contributes to dotnet#43916
resistr
added a commit
to resistr/runtime
that referenced
this issue
Aug 20, 2021
Augment documentation for SendAsync in LoggingScopeHttpMessageHandler and LoggingHttpMessageHandler Contributes to dotnet#43916
CarnaViire
pushed a commit
that referenced
this issue
Aug 31, 2021
Items Addressed: - M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.CreateHandlerPipeline (System.Net.Http.HttpMessageHandler,System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler}) - M:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter.Configure (System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder}) Microsoft.Extensions.Http.Logging: - M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger) - M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor (Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions) - M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) - M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger) - M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor (Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions) - M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) - T:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler - T:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler Contributes to #43916
This was referenced Sep 3, 2021
Fixed by dotnet/dotnet-api-docs#7103 and dotnet/dotnet-api-docs#7110 in net6-rc1 (for .NET 6.0) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-Extensions-HttpClientFactory
documentation
Documentation bug or enhancement, does not impact product or test code
help wanted
[up-for-grabs] Good issue for external contributors
Area owners: @dotnet/ncl
The APIs in the list below are missing some or all of their documentation. Please add the missing documentation directly in triple slash comments in source. We will make sure it gets ported to dotnet-api-docs after it's merged.
Make sure to follow the documentation guidelines defined in the dotnet-api-docs wiki:
https://github.com/dotnet/dotnet-api-docs/wiki
Also please add me as a PR reviewer.
Community contributions are welcome.
Microsoft.Extensions.Http
(System.Net.Http.HttpMessageHandler,System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler})
(System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})
(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)
Microsoft.Extensions.Http.Logging
(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)
(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)
(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)
(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)
Notes:
The text was updated successfully, but these errors were encountered: