Skip to content

Remove bad crefs from deprecated package #11292

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

Merged
merged 1 commit into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
for a named HttpClient.
</summary>
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -78,7 +78,7 @@
<param name="configure">Configure using a <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" /> instance.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
for a named HttpClient.
</summary>
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
<remarks>To be added.</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<param name="section">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
for a named HttpClient and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -190,7 +190,7 @@
<param name="configure">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use the delegate to configure it.
for a named HttpClient and will use the delegate to configure it.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
<remarks>To be added.</remarks>
Expand Down