Microsoft.Extensions.Hosting.WindowsServices 9.0.9

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

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