aemarcoToolboxTopService 8.2.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package aemarcoToolboxTopService --version 8.2.10
                    
NuGet\Install-Package aemarcoToolboxTopService -Version 8.2.10
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="aemarcoToolboxTopService" Version="8.2.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="aemarcoToolboxTopService" Version="8.2.10" />
                    
Directory.Packages.props
<PackageReference Include="aemarcoToolboxTopService" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add aemarcoToolboxTopService --version 8.2.10
                    
#r "nuget: aemarcoToolboxTopService, 8.2.10"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=aemarcoToolboxTopService&version=8.2.10
                    
Install aemarcoToolboxTopService as a Cake Addin
#tool nuget:?package=aemarcoToolboxTopService&version=8.2.10
                    
Install aemarcoToolboxTopService as a Cake Tool

aemarcoToolboxTopService

<a href=https://www.nuget.org/packages/aemarcoToolboxTopService><img src="https://buildstats.info/nuget/aemarcoToolboxTopService"></a><br/>

Overview

This package injects some commands into the Application, to make it easier to use. The behaviour of it is somewhat inspired by "Topshelf".

  • HostedService as WindowsService
  • Use Commands directly on the app (see Commands section)

Get Started

{
   HostApplicationBuilder app = Host.CreateApplicationBuilder(args);
   app.Services.AddHostedService<SampleBackgroundService>();
   await app.RunAsTopService(x => x
    .ServiceName("SomeService")
    .DisplayName("Some Service")
    .Description("SampleService installed with TopService"));
}

Commands

  • "install" to install as a windows service
  • "uninstall" to uninstall the service
  • "start" to start the service
  • "stop" to stop the service

Startup Type

{
    x.StartupType(StartupType.AutoDelayed));
}
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.4.1 79 5 days ago
8.3.2 79 5 days ago
8.2.11 79 5 days ago
8.2.10 164 11 days ago
8.2.9 151 18 days ago
8.2.8 123 a month ago
8.2.7 260 a month ago
8.2.6 122 a month ago
8.2.5 92 2 months ago
8.2.4 97 3 months ago
8.2.3 84 4 months ago
8.2.2 114 4 months ago
8.1.4 109 4 months ago
8.1.3 112 4 months ago
8.1.2 103 4 months ago
8.0.8 92 4 months ago
8.0.7 83 4 months ago
8.0.6 109 4 months ago
8.0.5 95 4 months ago
8.0.4 101 5 months ago
8.0.3 142 5 months ago
5.0.21 97 5 months ago
5.0.20 110 6 months ago
5.0.19 110 6 months ago
5.0.18 122 6 months ago
5.0.17 107 6 months ago
5.0.16 99 6 months ago
5.0.6 109 7 months ago
5.0.5 101 7 months ago
5.0.4 103 7 months ago
5.0.3 99 7 months ago
5.0.2 199 7 months ago
4.0.9 118 7 months ago
4.0.8 102 8 months ago
4.0.7 100 8 months ago
4.0.6 99 8 months ago
4.0.5 95 8 months ago
4.0.2 120 8 months ago
3.1.27 111 8 months ago
3.1.26 151 8 months ago
3.1.25 124 8 months ago
3.1.24 118 8 months ago
3.1.23 117 8 months ago
3.1.22 124 8 months ago
3.1.21 144 6/16/2024
3.1.20 117 5/31/2024
3.1.19 112 5/20/2024
3.1.18 106 5/10/2024
3.1.17 132 4/12/2024
3.1.16 128 4/4/2024
3.1.15 131 3/22/2024
3.1.11 129 3/19/2024
3.1.10 150 2/16/2024
3.1.7 143 2/11/2024
3.1.6 134 2/11/2024
3.1.5 116 2/11/2024
3.1.4 143 2/11/2024
3.0.18 199 1/29/2024
3.0.17 118 1/29/2024
3.0.16 124 1/27/2024
3.0.15 103 1/27/2024