Skip to content
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
2 changes: 1 addition & 1 deletion xml/Microsoft.Extensions.Http/HttpClientFactoryOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.Http.HttpClientFactoryOptions" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
10 changes: 9 additions & 1 deletion xml/Microsoft.Extensions.Http/PolicyHttpMessageHandler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,15 @@ The <xref:Microsoft.Extensions.Http.PolicyHttpMessageHandler> will attach a cont
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

Executes request processing surrounded by a <xref:Polly.Policy>.

]]></format>
</remarks>
<inheritdoc />
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/ns-Microsoft.Extensions.Http.Logging.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Namespace Name="Microsoft.Extensions.Http.Logging">
<Docs>
<summary>To be added.</summary>
<summary>Contains classes used for logging in <see cref="T:System.Net.Http.IHttpClientFactory" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Namespace>
2 changes: 1 addition & 1 deletion xml/ns-Microsoft.Extensions.Http.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Namespace Name="Microsoft.Extensions.Http">
<Docs>
<summary>To be added.</summary>
<summary>Contains classes and abstractions used for configuring <see cref="T:System.Net.Http.HttpClient" /> and <see cref="T:System.Net.Http.HttpMessageHandler" /> in <see cref="T:System.Net.Http.IHttpClientFactory" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Namespace>