aemarcoToolboxTopService 5.0.20
dotnet add package aemarcoToolboxTopService --version 5.0.20
NuGet\Install-Package aemarcoToolboxTopService -Version 5.0.20
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="5.0.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add aemarcoToolboxTopService --version 5.0.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: aemarcoToolboxTopService, 5.0.20"
#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.
// Install aemarcoToolboxTopService as a Cake Addin #addin nuget:?package=aemarcoToolboxTopService&version=5.0.20 // Install aemarcoToolboxTopService as a Cake Tool #tool nuget:?package=aemarcoToolboxTopService&version=5.0.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- CliWrap (>= 3.6.6)
- Microsoft.Extensions.Hosting.WindowsServices (>= 8.0.1)
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 |
---|---|---|
5.0.20 | 83 | 10/20/2024 |
5.0.19 | 85 | 10/19/2024 |
5.0.18 | 96 | 10/19/2024 |
5.0.17 | 80 | 10/13/2024 |
5.0.16 | 71 | 10/12/2024 |
5.0.6 | 82 | 10/6/2024 |
5.0.5 | 77 | 10/2/2024 |
5.0.4 | 79 | 10/1/2024 |
5.0.3 | 78 | 9/22/2024 |
5.0.2 | 172 | 9/16/2024 |
4.0.9 | 95 | 9/15/2024 |
4.0.8 | 83 | 9/8/2024 |
4.0.7 | 81 | 9/8/2024 |
4.0.6 | 81 | 9/8/2024 |
4.0.5 | 78 | 9/8/2024 |
4.0.2 | 102 | 9/8/2024 |
3.1.27 | 95 | 9/8/2024 |
3.1.26 | 119 | 9/7/2024 |
3.1.25 | 105 | 9/7/2024 |
3.1.24 | 103 | 9/7/2024 |
3.1.23 | 99 | 9/1/2024 |
3.1.22 | 108 | 9/1/2024 |
3.1.21 | 128 | 6/16/2024 |
3.1.20 | 103 | 5/31/2024 |
3.1.19 | 99 | 5/20/2024 |
3.1.18 | 88 | 5/10/2024 |
3.1.17 | 121 | 4/12/2024 |
3.1.16 | 117 | 4/4/2024 |
3.1.15 | 118 | 3/22/2024 |
3.1.11 | 113 | 3/19/2024 |
3.1.10 | 133 | 2/16/2024 |
3.1.7 | 125 | 2/11/2024 |
3.1.6 | 116 | 2/11/2024 |
3.1.5 | 99 | 2/11/2024 |
3.1.4 | 126 | 2/11/2024 |
3.0.18 | 184 | 1/29/2024 |
3.0.17 | 105 | 1/29/2024 |
3.0.16 | 111 | 1/27/2024 |
3.0.15 | 85 | 1/27/2024 |