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

API documentation debt - Microsoft.Extensions.Hosting #43915

Closed
Tracked by #43849
carlossanlop opened this issue Oct 27, 2020 · 2 comments · Fixed by #76692 or dotnet/dotnet-api-docs#8471
Closed
Tracked by #43849

API documentation debt - Microsoft.Extensions.Hosting #43915

carlossanlop opened this issue Oct 27, 2020 · 2 comments · Fixed by #76692 or dotnet/dotnet-api-docs#8471
Assignees
Labels
area-Extensions-Hosting documentation Documentation bug or enhancement, does not impact product or test code help wanted [up-for-grabs] Good issue for external contributors
Milestone

Comments

@carlossanlop
Copy link
Member

Area owners:

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.Hosting
DocId Summary Parameters TypeParameters ReturnValue Source File Path Docs URL
Microsoft.Extensions.Hosting namespace Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/ns-Microsoft.Extensions.Hosting.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting?branch=master
T:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/ConsoleLifetimeOptions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.ConsoleLifetimeOptions?branch=master
T:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions?branch=master
T:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions?branch=master
T:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.HostingHostBuilderExtensions?branch=master
M:Microsoft.Extensions.Hosting.BackgroundService.#ctor Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/BackgroundService.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.BackgroundService.-ctor?branch=master
M:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.#ctor Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/ConsoleLifetimeOptions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.-ctor?branch=master
M:Microsoft.Extensions.Hosting.HostBuilder.#ctor Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/HostBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.HostBuilder.-ctor?branch=master
M:Microsoft.Extensions.Hosting.HostBuilderContext.#ctor(System.Collections.Generic.IDictionary{System.Object,System.Object}) Missing Missing NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/HostBuilderContext.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.HostBuilderContext.-ctor?branch=master
M:Microsoft.Extensions.Hosting.HostOptions.#ctor Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/HostOptions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.HostOptions.-ctor?branch=master
F:Microsoft.Extensions.Hosting.EnvironmentName.Development Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/EnvironmentName.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.EnvironmentName.Development?branch=master
F:Microsoft.Extensions.Hosting.EnvironmentName.Production Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/EnvironmentName.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.EnvironmentName.Production?branch=master
F:Microsoft.Extensions.Hosting.EnvironmentName.Staging Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/EnvironmentName.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.EnvironmentName.Staging?branch=master
F:Microsoft.Extensions.Hosting.Environments.Development Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/Environments.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Environments.Development?branch=master
F:Microsoft.Extensions.Hosting.Environments.Production Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/Environments.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Environments.Production?branch=master
F:Microsoft.Extensions.Hosting.Environments.Staging Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/Environments.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Environments.Staging?branch=master
T:Microsoft.Extensions.Hosting.IHostLifetime Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.IHostLifetime?branch=master
M:Microsoft.Extensions.Hosting.BackgroundService.StartAsync
(System.Threading.CancellationToken)
Present Present NA Missing https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/BackgroundService.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.BackgroundService.StartAsync?branch=master
M:Microsoft.Extensions.Hosting.BackgroundService.StopAsync
(System.Threading.CancellationToken)
Present Present NA Missing https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/BackgroundService.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.BackgroundService.StopAsync?branch=master
M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureContainer``1
(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{``0})
Present Present Missing Present https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureContainer?branch=master
M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider
(Microsoft.Extensions.Hosting.IHostBuilder,
System.Action{Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})
Present Missing NA Present https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider?branch=master
M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1
(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,
Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})
Present Missing Present Present https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/IHostBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory?branch=master
M:Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken) Present Present NA Missing https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/IHostedService.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.IHostedService.StartAsync?branch=master
M:Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken) Present Present NA Missing https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/IHostedService.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.IHostedService.StopAsync?branch=master
M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.UseSystemd(Microsoft.Extensions.Hosting.IHostBuilder) Present Present NA Missing https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting/SystemdHostBuilderExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.UseSystemd?branch=master
Microsoft.Extensions.Hosting.Systemd
DocId Summary Parameters TypeParameters ReturnValue Source File Path Docs URL
Microsoft.Extensions.Hosting.Systemd namespace Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/ns-Microsoft.Extensions.Hosting.Systemd.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Systemd?branch=master
T:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.Systemd/SystemdLifetime.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Systemd.SystemdLifetime?branch=master
T:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.Systemd/SystemdNotifier.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Systemd.SystemdNotifier?branch=master
M:Microsoft.Extensions.Hosting.Systemd.ServiceState.#ctor(System.String) UnderDoc Missing NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.Systemd/ServiceState.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Systemd.ServiceState.-ctor?branch=master
M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.#ctor
(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,
Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier,Microsoft.Extensions.Logging.ILoggerFactory)
Missing Missing NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.Systemd/SystemdLifetime.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.-ctor?branch=master
M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.#ctor Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.Systemd/SystemdNotifier.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.-ctor?branch=master
M:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.Notify
(Microsoft.Extensions.Hosting.Systemd.ServiceState)
Present Missing NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.Systemd/ISystemdNotifier.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.Notify?branch=master
M:Microsoft.Extensions.Hosting.Systemd.ServiceState.ToString Present NA NA Missing https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.Systemd/ServiceState.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.Systemd.ServiceState.ToString?branch=master
Microsoft.Extensions.Hosting.WindowsServices
DocId Summary Parameters TypeParameters ReturnValue Source File Path Docs URL
Microsoft.Extensions.Hosting.WindowsServices namespace Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/ns-Microsoft.Extensions.Hosting.WindowsServices.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.WindowsServices?branch=master
T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime?branch=master
M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor
(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,
Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})
Missing Missing NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.-ctor?branch=master
M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.Dispose(System.Boolean) Missing Missing NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.Dispose?branch=master
M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStart(System.String[]) Missing Missing NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStart?branch=master
M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStop Missing NA NA NA https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.Extensions.Hosting.WindowsServices/WindowsServiceLifetime.xml https://review.docs.microsoft.com/en-us/dotnet/api/Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStop?branch=master

Notes:

  • The namespaces need to be documented directly in dotnet-api-docs.
  • Some of the APIs are obsolete, so I'll let area owners decide if they want to still document them or skip them. If you opt for documenting them, please do it directly in dotnet-api-docs.
@carlossanlop carlossanlop added documentation Documentation bug or enhancement, does not impact product or test code help wanted [up-for-grabs] Good issue for external contributors untriaged New issue has not been triaged by the area owner area-Microsoft.Extensions labels Oct 27, 2020
@carlossanlop carlossanlop added this to the 6.0.0 milestone Oct 27, 2020
@maryamariyan maryamariyan added area-Extensions-Hosting and removed area-Microsoft.Extensions untriaged New issue has not been triaged by the area owner labels Nov 5, 2020
@ghost
Copy link

ghost commented Nov 5, 2020

Tagging subscribers to this area: @eerhardt, @maryamariyan
See info in area-owners.md if you want to be subscribed.

@eerhardt eerhardt modified the milestones: 6.0.0, 7.0.0 Jul 22, 2021
@tarekgh tarekgh modified the milestones: 7.0.0, Future Aug 10, 2022
@Nick-Stanton Nick-Stanton self-assigned this Oct 5, 2022
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Oct 5, 2022
@Nick-Stanton
Copy link
Member

Reopening while #76692 is in review

@Nick-Stanton Nick-Stanton reopened this Oct 6, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Oct 14, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Extensions-Hosting documentation Documentation bug or enhancement, does not impact product or test code help wanted [up-for-grabs] Good issue for external contributors
Projects
None yet
5 participants