Microsoft.Extensions.Hosting 11.0.0-preview.2.26159.112

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
LiveStreamingServerNet
LiveStreamingServerNet is a .NET library for building custom RTMP live streaming servers.
4
Senparc.Weixin.AspNet
微信 SDK - Senparc.Weixin.AspNet 模块 Senparc.Weixin SDK 开源项目: https://github.com/JeffreySu/WeiXinMPSDK
4
Senparc.CO2NET.AspNet
Senparc.CO2NET.AspNet library Senparc.CO2NET open source project: https://github.com/Senparc/Senparc.CO2NET
4
Microsoft.Extensions.Options.ValidateOnStart
Support for extended option validation.
3
Senparc.CO2NET.AspNet
Senparc.CO2NET.AspNet 库 Senparc.CO2NET 开源项目: https://github.com/Senparc/Senparc.CO2NET
3
Senparc.CO2NET.AspNet
Senparc.CO2NET.AspNet 库 Senparc.CO2NET 开源项目: https://github.com/Senparc/Senparc.CO2NET
3
Senparc.CO2NET.AspNet
Senparc.CO2NET.AspNet library Senparc.CO2NET open source project: https://github.com/Senparc/Senparc.CO2NET
3

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

.NET Framework 4.6.2

.NET 10.0

.NET 11.0

.NET Standard 2.0

.NET Standard 2.1

Version Downloads Last updated
11.0.0-preview.2.26159.112 1 2026/3/28
11.0.0-preview.1.26104.118 0 2026/2/10
10.0.5 1 2026/3/28
10.0.4 1 2026/3/28
10.0.3 0 2026/2/10
10.0.2 3 2026/1/25
10.0.1 3 2026/1/25
10.0.0 1 2026/3/28
10.0.0-rc.2.25502.107 2 2026/1/25
10.0.0-rc.1.25451.107 2 2026/1/25
10.0.0-preview.7.25380.108 2 2026/1/25
10.0.0-preview.6.25358.103 2 2026/1/25
10.0.0-preview.5.25277.114 2 2026/1/25
10.0.0-preview.4.25258.110 2 2026/1/25
10.0.0-preview.3.25171.5 2 2026/1/25
10.0.0-preview.2.25163.2 2 2026/1/25
10.0.0-preview.1.25080.5 2 2026/1/25
9.0.14 1 2026/3/28
9.0.13 0 2026/2/10
9.0.12 3 2026/1/25
9.0.11 0 2025/11/11
9.0.10 2 2026/1/25
9.0.9 0 2025/9/9
9.0.8 0 2025/8/4
9.0.7 0 2025/7/8
9.0.6 0 2025/6/10
9.0.5 0 2025/5/13
9.0.4 0 2025/4/8
9.0.3 0 2025/3/11
9.0.2 0 2025/2/11
9.0.1 0 2025/1/14
9.0.0 0 2024/11/12
9.0.0-rc.2.24473.5 2 2026/1/25
9.0.0-rc.1.24431.7 2 2026/1/25
9.0.0-preview.7.24405.7 2 2026/1/25
9.0.0-preview.6.24327.7 2 2026/1/25
9.0.0-preview.5.24306.7 2 2026/1/25
9.0.0-preview.4.24266.19 2 2026/1/25
9.0.0-preview.3.24172.9 2 2026/1/25
9.0.0-preview.2.24128.5 0 2024/3/12
9.0.0-preview.1.24080.9 2 2026/1/25
8.0.1 0 2024/10/8
8.0.0 2 2026/3/5
8.0.0-rc.2.23479.6 2 2026/1/25
8.0.0-rc.1.23419.4 2 2026/1/25
8.0.0-preview.7.23375.6 2 2026/1/25
8.0.0-preview.6.23329.7 0 2023/7/11
8.0.0-preview.5.23280.8 0 2023/6/13
8.0.0-preview.4.23259.5 2 2026/1/25
8.0.0-preview.3.23174.8 2 2026/1/25
8.0.0-preview.2.23128.3 2 2026/1/25
8.0.0-preview.1.23110.8 2 2026/1/25
7.0.1 0 2023/2/14
7.0.0 0 2022/11/7
7.0.0-rc.2.22472.3 2 2026/1/25
7.0.0-rc.1.22426.10 2 2026/1/25
7.0.0-preview.7.22375.6 2 2026/1/25
7.0.0-preview.6.22324.4 2 2026/1/25
7.0.0-preview.5.22301.12 2 2026/1/25
7.0.0-preview.4.22229.4 2 2026/1/25
7.0.0-preview.3.22175.4 2 2026/1/25
7.0.0-preview.2.22152.2 2 2026/1/25
7.0.0-preview.1.22076.8 2 2026/1/25
6.0.1 0 2022/2/8
6.0.0 0 2021/11/8
6.0.0-rc.2.21480.5 2 2026/1/25
6.0.0-rc.1.21451.13 2 2026/1/25
6.0.0-preview.7.21377.19 2 2026/1/25
6.0.0-preview.6.21352.12 2 2026/1/25
6.0.0-preview.5.21301.5 2 2026/1/25
6.0.0-preview.4.21253.7 1 2026/1/25
6.0.0-preview.3.21201.4 2 2026/1/25
6.0.0-preview.2.21154.6 2 2026/1/25
6.0.0-preview.1.21102.12 2 2026/1/25
5.0.0 0 2020/11/9
5.0.0-rc.2.20475.5 2 2026/1/25
5.0.0-rc.1.20451.14 2 2026/1/25
5.0.0-preview.8.20407.11 2 2026/1/25
5.0.0-preview.7.20364.11 1 2026/1/25
5.0.0-preview.6.20305.6 2 2026/1/25
5.0.0-preview.5.20278.1 0 2020/6/10
5.0.0-preview.4.20251.6 2 2026/1/25
5.0.0-preview.3.20215.2 2 2026/1/25
5.0.0-preview.2.20160.3 2 2026/1/25
5.0.0-preview.1.20120.4 2 2026/1/25
3.1.32 2 2026/1/25
3.1.31 0 2022/11/8
3.1.30 2 2026/1/25
3.1.29 2 2026/1/25
3.1.28 0 2022/8/9
3.1.27 2 2026/1/25
3.1.26 2 2026/1/25
3.1.25 2 2026/1/25
3.1.24 2 2026/1/25
3.1.23 2 2026/1/25
3.1.22 2 2026/1/25
3.1.21 2 2026/1/25
3.1.20 2 2026/1/25
3.1.19 2 2026/1/25
3.1.18 2 2026/1/25
3.1.17 2 2026/1/25
3.1.16 2 2026/1/25
3.1.15 2 2026/1/25
3.1.14 2 2026/1/25
3.1.13 2 2026/1/25
3.1.12 0 2021/2/9
3.1.11 2 2026/1/25
3.1.10 0 2020/11/9
3.1.9 0 2020/10/13
3.1.8 0 2020/9/8
3.1.7 0 2020/8/11
3.1.6 0 2020/7/14
3.1.5 0 2020/6/9
3.1.4 0 2020/5/12
3.1.3 0 2020/3/24
3.1.2 0 2020/2/18
3.1.1 0 2020/1/14
3.1.0 0 2019/12/3
3.1.0-preview3.19553.2 2 2026/1/25
3.1.0-preview2.19525.4 0 2019/11/1
3.1.0-preview1.19506.1 2 2026/1/25
3.0.3 0 2020/2/18
3.0.2 0 2020/1/14
3.0.1 0 2019/11/18
3.0.0 0 2019/9/23
3.0.0-rc1.19456.10 2 2026/1/25
3.0.0-preview9.19423.4 2 2026/1/25
3.0.0-preview8.19405.4 2 2026/1/20
3.0.0-preview7.19362.4 1 2026/1/25
3.0.0-preview6.19304.6 2 2026/1/25
3.0.0-preview5.19227.9 0 2019/5/6
3.0.0-preview4.19216.2 1 2026/1/25
3.0.0-preview3.19153.1 2 2026/1/25
3.0.0-preview.19074.2 2 2026/1/25
3.0.0-preview.18572.1 2 2026/1/25
2.2.0 0 2018/12/3
2.2.0-preview3-35497 2 2026/1/25
2.2.0-preview2-35157 1 2026/1/25
2.2.0-preview1-35029 1 2026/1/25
2.1.1 0 2018/6/18
2.1.0 0 2018/5/29
2.1.0-rc1-final 2 2026/1/25
2.1.0-preview2-final 2 2026/1/25
2.1.0-preview1-final 0 2018/2/26