Skip to content
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

Resolve Namespace Description and Parameterless ctors in Extensions.Hosting #8471

Merged
merged 1 commit into from
Oct 6, 2022
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.Hosting/BackgroundService.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Extensions.Hosting.BackgroundService" /> 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.Hosting.ConsoleLifetimeOptions" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Extensions.Hosting/HostOptions.xml
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.Hosting.HostOptions" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/ns-Microsoft.Extensions.Hosting.Systemd.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Namespace Name="Microsoft.Extensions.Hosting.Systemd">
<Docs>
<summary>To be added.</summary>
<summary>Provides classes that allow you to encapsulate a Linux app's resources and lifetime functionality.</summary>
<remarks>To be added.</remarks>
</Docs>
</Namespace>
2 changes: 1 addition & 1 deletion xml/ns-Microsoft.Extensions.Hosting.WindowsServices.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Namespace Name="Microsoft.Extensions.Hosting.WindowsServices">
<Docs>
<summary>To be added.</summary>
<summary>Provides classes that allow you to encapsulate a Windows Service app's resources and lifetime functionality.</summary>
<remarks>To be added.</remarks>
</Docs>
</Namespace>
2 changes: 1 addition & 1 deletion xml/ns-Microsoft.Extensions.Hosting.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Namespace Name="Microsoft.Extensions.Hosting">
<Docs>
<summary>To be added.</summary>
<summary>Provides classes that allow you to encapsulate an app's resources and lifetime functionality.</summary>
<remarks>To be added.</remarks>
</Docs>
</Namespace>