Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions
Provides extension methods for the IHostBuilder from the hosting abstractions package.
Builds and starts the host.
public static Task<IHost> StartAsync(this IHostBuilder hostBuilder, CancellationToken cancellationToken = default)
Builds and starts the host.