Microsoft.Extensions.Hosting.WindowsServices 10.0.0-preview.5.25277.114

About

Supports using Windows Services with the hosting infrastructure.

Key Features

  • Can configure a host to be a Windows Service.

How to Use

From a Worker Service app created using the Visual Studio template:

IHost host = Host.CreateDefaultBuilder(args)
    .ConfigureServices(services =>
    {
        services.AddHostedService<Worker>();
    })
    // Configure as a Windows Service
    .UseWindowsService(options =>
    {
        options.ServiceName = "My Service";
    })
    .Build();

host.Run();

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions
  • Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime

Additional Documentation

  • Microsoft.Extensions.Hosting
  • System.ServiceProcess.ServiceController

Feedback & Contributing

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

No packages depend on Microsoft.Extensions.Hosting.WindowsServices.

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

.NET Framework 4.6.2

.NET Standard 2.1

.NET Standard 2.0

.NET 10.0

.NET 9.0

.NET 8.0

Version Downloads Last updated
10.0.0-preview.5.25277.114 5 06/10/2025
10.0.0-preview.4.25258.110 7 05/13/2025
10.0.0-preview.3.25171.5 14 04/12/2025
10.0.0-preview.2.25163.2 15 03/23/2025
10.0.0-preview.1.25080.5 18 02/26/2025
9.0.6 2 06/14/2025
9.0.5 7 05/15/2025
9.0.4 13 04/12/2025
9.0.3 15 03/25/2025
9.0.2 14 02/14/2025
9.0.1 22 01/19/2025
9.0.0 25 11/13/2024
9.0.0-rc.2.24473.5 25 10/18/2024
9.0.0-rc.1.24431.7 19 09/20/2024
9.0.0-preview.7.24405.7 34 08/14/2024
9.0.0-preview.6.24327.7 37 07/10/2024
9.0.0-preview.5.24306.7 33 06/21/2024
9.0.0-preview.4.24266.19 26 06/21/2024
9.0.0-preview.3.24172.9 32 04/11/2024
9.0.0-preview.2.24128.5 32 03/25/2024
9.0.0-preview.1.24080.9 30 02/18/2024
8.0.1 26 10/11/2024
8.0.0 48 11/16/2023
8.0.0-rc.2.23479.6 33 10/16/2023
8.0.0-rc.1.23419.4 37 09/14/2023
8.0.0-preview.7.23375.6 40 08/20/2023
8.0.0-preview.6.23329.7 37 07/20/2023
8.0.0-preview.5.23280.8 42 06/27/2023
8.0.0-preview.4.23259.5 38 06/06/2023
8.0.0-preview.3.23174.8 34 04/27/2023
8.0.0-preview.2.23128.3 37 04/06/2023
8.0.0-preview.1.23110.8 37 04/06/2023
7.0.1 39 07/23/2023
7.0.0 50 12/18/2022
7.0.0-rc.2.22472.3 40 07/07/2023
7.0.0-rc.1.22426.10 33 07/14/2023
7.0.0-preview.7.22375.6 38 07/09/2023
7.0.0-preview.6.22324.4 48 09/30/2022
7.0.0-preview.5.22301.12 34 04/06/2023
7.0.0-preview.4.22229.4 37 04/06/2023
7.0.0-preview.3.22175.4 39 07/18/2023
7.0.0-preview.2.22152.2 31 07/07/2023
7.0.0-preview.1.22076.8 32 07/07/2023
6.0.3 24 11/13/2024
6.0.2 42 07/25/2023
6.0.2-mauipre.1.22102.15 44 09/24/2022
6.0.2-mauipre.1.22054.8 39 04/02/2023
6.0.1 41 01/25/2023
6.0.0 49 06/03/2022
6.0.0-rc.2.21480.5 41 10/31/2022
6.0.0-rc.1.21451.13 38 07/07/2023
6.0.0-preview.7.21377.19 43 07/07/2023
6.0.0-preview.6.21352.12 37 12/05/2022
6.0.0-preview.5.21301.5 38 04/06/2023
6.0.0-preview.4.21253.7 39 05/25/2023
6.0.0-preview.3.21201.4 35 05/28/2023
6.0.0-preview.2.21154.6 34 07/12/2023
5.0.1 47 06/29/2022
5.0.0 41 04/13/2023
5.0.0-rc.2.20478.4 41 07/13/2023
5.0.0-rc.1.20451.7 36 03/18/2023
5.0.0-preview.8.20407.3 38 04/06/2023
5.0.0-preview.7.20365.4 32 07/13/2023
5.0.0-preview.6.20306.1 36 04/06/2023
5.0.0-preview.5.20278.3 41 04/06/2023
5.0.0-preview.4.20251.2 37 11/16/2022
5.0.0-preview.3.20215.2 36 07/09/2023
5.0.0-preview.2.20160.3 36 07/10/2023
5.0.0-preview.1.20120.4 38 04/06/2023
3.1.32 42 04/02/2023
3.1.31 41 05/16/2023
3.1.30 41 07/11/2023
3.1.29 46 01/20/2023
3.1.28 41 04/12/2023
3.1.27 39 03/17/2023
3.1.26 41 04/06/2023
3.1.25 43 03/18/2023
3.1.24 45 09/07/2022
3.1.23 42 03/29/2023
3.1.22 40 04/23/2023
3.1.21 43 10/29/2022
3.1.20 40 05/24/2023
3.1.19 43 09/18/2022
3.1.18 43 10/04/2022
3.1.17 42 04/06/2023
3.1.16 48 10/15/2022
3.1.15 40 03/27/2023
3.1.14 44 03/30/2023
3.1.13 38 03/25/2023
3.1.12 38 04/18/2023
3.1.11 41 06/11/2022
3.1.10 42 03/07/2023
3.1.9 43 03/22/2023
3.1.8 49 04/06/2023
3.1.7 45 04/06/2023
3.1.6 47 10/07/2022
3.1.5 42 03/27/2023
3.1.4 40 04/06/2023
3.1.3 39 04/01/2023
3.1.2 47 03/27/2023
3.1.1 47 02/26/2023
3.1.0 47 04/06/2023
3.1.0-preview3.19553.2 36 02/17/2023
3.1.0-preview2.19525.4 36 07/08/2023
3.1.0-preview1.19506.1 38 07/10/2023
3.0.3 44 03/01/2023
3.0.2 44 05/02/2023
3.0.1 51 01/17/2023
3.0.0 45 11/06/2022
3.0.0-rc1.19456.10 38 04/06/2023
3.0.0-preview9.19423.4 33 07/17/2023
3.0.0-preview8.19405.4 41 09/10/2022
3.0.0-preview7.19362.4 37 04/06/2023
3.0.0-preview6.19304.6 35 07/10/2023
3.0.0-preview5.19227.9 33 07/11/2023
3.0.0-preview4.19216.2 36 07/11/2023
3.0.0-preview3.19153.1 37 07/11/2023