Microsoft.Extensions.Hosting.WindowsServices 9.0.2

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
9.0.2 19 02/18/2025
9.0.1 17 02/18/2025
9.0.0 17 02/18/2025
9.0.0-preview.2.24128.5 19 02/18/2025
8.0.1 17 02/18/2025
8.0.0 17 02/18/2025
7.0.1 17 02/18/2025
7.0.0 18 10/07/2023
6.0.3 17 02/18/2025
6.0.2 17 02/18/2025
6.0.1 17 02/18/2025
6.0.0 17 02/18/2025
5.0.1 17 02/18/2025
5.0.0 17 02/18/2025
3.1.32 17 02/18/2025
3.1.31 17 02/18/2025
3.1.30 17 02/18/2025
3.1.29 17 02/18/2025
3.1.28 17 02/18/2025
3.1.27 17 02/18/2025
3.1.26 17 02/18/2025
3.1.25 17 02/18/2025
3.1.24 17 02/18/2025
3.1.23 17 02/18/2025
3.1.22 17 02/18/2025
3.1.21 17 02/18/2025
3.1.20 17 02/18/2025
3.1.19 17 02/18/2025
3.1.18 18 02/18/2025
3.1.17 17 02/18/2025
3.1.16 17 02/18/2025
3.1.15 17 02/18/2025
3.1.14 17 02/18/2025
3.1.13 19 02/18/2025
3.1.12 17 02/18/2025
3.1.11 17 02/18/2025
3.1.10 16 02/18/2025
3.1.9 17 02/18/2025
3.1.8 18 02/18/2025
3.1.7 18 02/18/2025
3.1.6 16 02/18/2025
3.1.5 17 02/18/2025
3.1.4 18 02/18/2025
3.1.3 17 02/18/2025
3.1.2 17 02/18/2025
3.1.1 17 02/18/2025
3.1.0 17 02/18/2025
3.0.3 19 02/18/2025
3.0.2 17 02/18/2025
3.0.1 17 02/18/2025
3.0.0 17 02/18/2025