Microsoft.Extensions.Hosting 11.0.0-preview.5.26302.115

About

Contains the .NET Generic Host HostBuilder which layers on the Microsoft.Extensions.Hosting.Abstractions package.

Key Features

  • Contains the .NET Generic Host HostBuilder.

How to Use

For a console app project:

    using (IHost host = new HostBuilder().Build())
    {
        var lifetime = host.Services.GetRequiredService<IHostApplicationLifetime>();
    
        lifetime.ApplicationStarted.Register(() =>
        {
            Console.WriteLine("Started");
        });
        lifetime.ApplicationStopping.Register(() =>
        {
            Console.WriteLine("Stopping firing");
            Console.WriteLine("Stopping end");
        });
        lifetime.ApplicationStopped.Register(() =>
        {
            Console.WriteLine("Stopped firing");
            Console.WriteLine("Stopped end");
        });
    
        host.Start();
    
        // Listens for Ctrl+C.
        host.WaitForShutdown();
    }

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.Host.
  • Microsoft.Extensions.Hosting.HostApplicationBuilder
  • Microsoft.Extensions.Hosting.HostBuilder
  • Microsoft.Extensions.Hosting.IHostedService
  • Microsoft.Extensions.Hosting.IHostedLifecycleService

Additional Documentation

  • Microsoft.Extensions.Configuration
  • Microsoft.Extensions.DependencyInjection
  • Microsoft.Extensions.Hosting.Abstractions
  • Microsoft.Extensions.Logging
  • Microsoft.Extensions.Options

Feedback & Contributing

Microsoft.Extensions.Hosting is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.Hosting.

Packages Downloads
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
140
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
141
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
149
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
138
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
139
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
140
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
141
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
142
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
143
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
144
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
151
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
141
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
143
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
144

https://go.microsoft.com/fwlink/?LinkID=799421

.NET 10.0

.NET Standard 2.0

.NET Framework 4.6.2

.NET Standard 2.1

.NET 11.0

Version Downloads Last updated
11.0.0-preview.5.26302.115 6 06/09/2026
11.0.0-preview.4.26230.115 11 05/13/2026
11.0.0-preview.3.26207.106 23 04/14/2026
11.0.0-preview.2.26159.112 23 03/11/2026
11.0.0-preview.1.26104.118 24 02/12/2026
10.0.9 6 06/09/2026
10.0.8 12 05/13/2026
10.0.7 18 04/21/2026
10.0.6 19 04/14/2026
10.0.5 26 03/13/2026
10.0.4 24 03/11/2026
10.0.3 30 02/12/2026
10.0.2 38 01/13/2026
10.0.1 47 12/10/2025
10.0.0 82 11/11/2025
10.0.0-rc.2.25502.107 77 10/14/2025
10.0.0-rc.1.25451.107 82 09/10/2025
10.0.0-preview.7.25380.108 85 08/14/2025
10.0.0-preview.6.25358.103 117 07/16/2025
10.0.0-preview.5.25277.114 122 06/06/2025
10.0.0-preview.4.25258.110 98 05/15/2025
10.0.0-preview.3.25171.5 105 04/11/2025
10.0.0-preview.2.25163.2 129 04/01/2025
10.0.0-preview.1.25080.5 107 04/02/2025
9.0.17 5 06/09/2026
9.0.16 12 05/13/2026
9.0.15 22 04/14/2026
9.0.14 26 03/11/2026
9.0.13 23 02/11/2026
9.0.12 31 01/13/2026
9.0.11 80 11/11/2025
9.0.10 82 10/15/2025
9.0.9 78 09/10/2025
9.0.8 88 08/05/2025
9.0.7 103 07/09/2025
9.0.6 104 06/12/2025
9.0.5 112 05/16/2025
9.0.4 114 04/09/2025
9.0.3 110 04/01/2025
9.0.2 109 03/30/2025
9.0.1 108 03/31/2025
9.0.0 109 11/14/2024
9.0.0-rc.2.24473.5 115 10/22/2024
9.0.0-rc.1.24431.7 101 09/21/2024
9.0.0-preview.7.24405.7 100 08/22/2024
9.0.0-preview.6.24327.7 131 07/18/2024
9.0.0-preview.5.24306.7 119 07/18/2024
9.0.0-preview.4.24266.19 148 07/18/2024
9.0.0-preview.3.24172.9 117 07/18/2024
9.0.0-preview.2.24128.5 135 07/18/2024
9.0.0-preview.1.24080.9 122 07/18/2024
8.0.1 119 10/22/2024
8.0.0 147 04/17/2024
8.0.0-rc.2.23479.6 123 07/18/2024
8.0.0-rc.1.23419.4 134 07/18/2024
8.0.0-preview.7.23375.6 124 07/18/2024
8.0.0-preview.6.23329.7 161 07/18/2024
8.0.0-preview.5.23280.8 119 07/18/2024
8.0.0-preview.4.23259.5 136 07/18/2024
8.0.0-preview.3.23174.8 138 07/18/2024
8.0.0-preview.2.23128.3 143 07/18/2024
8.0.0-preview.1.23110.8 126 07/18/2024
7.0.1 141 07/18/2024
7.0.0 125 07/18/2024
7.0.0-rc.2.22472.3 135 07/18/2024
7.0.0-rc.1.22426.10 156 07/18/2024
7.0.0-preview.7.22375.6 113 07/18/2024
7.0.0-preview.6.22324.4 129 07/18/2024
7.0.0-preview.5.22301.12 122 07/18/2024
7.0.0-preview.4.22229.4 157 07/18/2024
7.0.0-preview.3.22175.4 134 07/18/2024
7.0.0-preview.2.22152.2 145 07/18/2024
7.0.0-preview.1.22076.8 125 07/18/2024
6.0.2-mauipre.1.22102.15 118 12/01/2024
6.0.1 123 07/18/2024
6.0.0 150 07/18/2024
6.0.0-rc.2.21480.5 139 07/18/2024
6.0.0-rc.1.21451.13 125 07/18/2024
6.0.0-preview.7.21377.19 153 07/18/2024
6.0.0-preview.6.21352.12 143 07/18/2024
6.0.0-preview.5.21301.5 131 07/18/2024
6.0.0-preview.4.21253.7 138 07/18/2024
6.0.0-preview.3.21201.4 131 07/18/2024
6.0.0-preview.2.21154.6 118 07/18/2024
6.0.0-preview.1.21102.12 128 07/18/2024
5.0.0 132 07/18/2024
5.0.0-rc.2.20475.5 128 07/18/2024
5.0.0-rc.1.20451.14 144 07/18/2024
5.0.0-preview.8.20407.11 137 07/18/2024
5.0.0-preview.7.20364.11 127 07/18/2024
5.0.0-preview.6.20305.6 125 07/18/2024
5.0.0-preview.5.20278.1 137 07/18/2024
5.0.0-preview.4.20251.6 126 07/18/2024
5.0.0-preview.3.20215.2 120 07/18/2024
5.0.0-preview.2.20160.3 119 07/18/2024
5.0.0-preview.1.20120.4 143 07/18/2024
3.1.32 116 07/18/2024
3.1.31 150 07/18/2024
3.1.30 134 07/18/2024
3.1.29 133 07/18/2024
3.1.28 138 07/18/2024
3.1.27 126 07/18/2024
3.1.26 134 07/18/2024
3.1.25 135 07/18/2024
3.1.24 132 07/18/2024
3.1.23 135 07/18/2024
3.1.22 133 07/18/2024
3.1.21 141 07/18/2024
3.1.20 138 07/18/2024
3.1.19 111 07/18/2024
3.1.18 131 07/18/2024
3.1.17 123 07/18/2024
3.1.16 138 07/18/2024
3.1.15 144 07/18/2024
3.1.14 129 07/18/2024
3.1.13 129 07/18/2024
3.1.12 139 07/18/2024
3.1.11 135 07/18/2024
3.1.10 142 07/18/2024
3.1.9 135 07/18/2024
3.1.8 130 07/18/2024
3.1.7 123 07/18/2024
3.1.6 130 07/18/2024
3.1.5 142 07/18/2024
3.1.4 124 07/18/2024
3.1.3 143 07/18/2024
3.1.2 144 07/18/2024
3.1.1 143 07/18/2024
3.1.0 142 07/18/2024
3.1.0-preview3.19553.2 140 07/18/2024
3.1.0-preview2.19525.4 130 07/18/2024
3.1.0-preview1.19506.1 128 07/18/2024
3.0.3 146 07/18/2024
3.0.2 143 07/18/2024
3.0.1 138 07/18/2024
3.0.0 134 07/18/2024
3.0.0-rc1.19456.10 140 07/18/2024
3.0.0-preview9.19423.4 127 07/18/2024
3.0.0-preview8.19405.4 137 07/18/2024
3.0.0-preview7.19362.4 160 07/18/2024
3.0.0-preview6.19304.6 137 07/18/2024
3.0.0-preview5.19227.9 123 07/18/2024
3.0.0-preview4.19216.2 134 07/18/2024
3.0.0-preview3.19153.1 120 07/18/2024
3.0.0-preview.19074.2 140 07/18/2024
3.0.0-preview.18572.1 137 07/18/2024
2.2.0 143 07/18/2024
2.2.0-preview3-35497 125 07/18/2024
2.2.0-preview2-35157 145 07/18/2024
2.2.0-preview1-35029 117 07/18/2024
2.1.1 138 07/18/2024
2.1.0 147 04/17/2024
2.1.0-rc1-final 140 07/18/2024
2.1.0-preview2-final 132 07/18/2024
2.1.0-preview1-final 134 07/18/2024