Microsoft.Extensions.Hosting 10.0.10

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.
147
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.
148
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.
150
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.
153
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.
156
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
147
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
148
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
149
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
150
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
151
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
152
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
154
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
155
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
157
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
147
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
148

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

.NET Framework 4.6.2

.NET Standard 2.0

.NET 10.0

.NET Standard 2.1

.NET 9.0

.NET 8.0

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