aemarcoToolboxTopService 10.0.17

dotnet add package aemarcoToolboxTopService --version 10.0.17
                    
NuGet\Install-Package aemarcoToolboxTopService -Version 10.0.17
                    
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="10.0.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="aemarcoToolboxTopService" Version="10.0.17" />
                    
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 10.0.17
                    
#r "nuget: aemarcoToolboxTopService, 10.0.17"
                    
#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.
#:package aemarcoToolboxTopService@10.0.17
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=aemarcoToolboxTopService&version=10.0.17
                    
Install as a Cake Addin
#tool nuget:?package=aemarcoToolboxTopService&version=10.0.17
                    
Install as a Cake Tool

aemarcoToolboxTopService

NuGet NuGet

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 net10.0-windows7.0 is compatible. 
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
10.0.17 89 4/18/2026
10.0.15 96 4/18/2026
10.0.11 87 4/18/2026
9.1.7 109 2/15/2026
9.0.37 287 9/14/2025
9.0.33 187 9/13/2025
9.0.31 190 9/13/2025
9.0.30 192 9/13/2025
9.0.6 191 9/13/2025
9.0.5 197 9/13/2025
9.0.4 186 9/13/2025
9.0.3 187 9/13/2025
8.4.13 198 9/11/2025
8.4.12 222 8/30/2025
8.4.11 300 8/6/2025
8.4.10 138 8/2/2025
8.4.9 131 8/1/2025
8.4.6 188 7/27/2025
8.4.5 201 6/20/2025
8.4.4 190 5/3/2025
Loading failed