Microsoft.Extensions.Hosting 9.0.15

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.
127
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.
128
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.
133
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.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
127
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
128
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
129
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
130
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
132
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
133
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
144
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
130
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
134

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