Microsoft.Extensions.Hosting 9.0.16

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.
134
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.
135
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.
137
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.
142
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
134
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
135
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
137
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
138
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
149
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
136
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
137
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
140

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

.NET Framework 4.6.2

.NET Standard 2.0

.NET 9.0

.NET Standard 2.1

.NET 8.0

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