aemarcoToolboxTopService 3.1.17
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package aemarcoToolboxTopService --version 3.1.17
NuGet\Install-Package aemarcoToolboxTopService -Version 3.1.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="3.1.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add aemarcoToolboxTopService --version 3.1.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: aemarcoToolboxTopService, 3.1.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.
// Install aemarcoToolboxTopService as a Cake Addin #addin nuget:?package=aemarcoToolboxTopService&version=3.1.17 // Install aemarcoToolboxTopService as a Cake Tool #tool nuget:?package=aemarcoToolboxTopService&version=3.1.17
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 (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Hosting.WindowsServices (>= 8.0.0)
- Topshelf (>= 4.3.0)
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 | 86 | 10/20/2024 |
5.0.19 | 86 | 10/19/2024 |
5.0.18 | 97 | 10/19/2024 |
5.0.17 | 81 | 10/13/2024 |
5.0.16 | 75 | 10/12/2024 |
5.0.6 | 84 | 10/6/2024 |
5.0.5 | 79 | 10/2/2024 |
5.0.4 | 81 | 10/1/2024 |
5.0.3 | 80 | 9/22/2024 |
5.0.2 | 174 | 9/16/2024 |
4.0.9 | 96 | 9/15/2024 |
4.0.8 | 84 | 9/8/2024 |
4.0.7 | 82 | 9/8/2024 |
4.0.6 | 82 | 9/8/2024 |
4.0.5 | 79 | 9/8/2024 |
4.0.2 | 103 | 9/8/2024 |
3.1.27 | 96 | 9/8/2024 |
3.1.26 | 120 | 9/7/2024 |
3.1.25 | 106 | 9/7/2024 |
3.1.24 | 104 | 9/7/2024 |
3.1.23 | 100 | 9/1/2024 |
3.1.22 | 109 | 9/1/2024 |
3.1.21 | 129 | 6/16/2024 |
3.1.20 | 104 | 5/31/2024 |
3.1.19 | 100 | 5/20/2024 |
3.1.18 | 89 | 5/10/2024 |
3.1.17 | 122 | 4/12/2024 |
3.1.16 | 118 | 4/4/2024 |
3.1.15 | 119 | 3/22/2024 |
3.1.11 | 114 | 3/19/2024 |
3.1.10 | 134 | 2/16/2024 |
3.1.7 | 126 | 2/11/2024 |
3.1.6 | 117 | 2/11/2024 |
3.1.5 | 100 | 2/11/2024 |
3.1.4 | 127 | 2/11/2024 |
3.0.18 | 185 | 1/29/2024 |
3.0.17 | 106 | 1/29/2024 |
3.0.16 | 112 | 1/27/2024 |
3.0.15 | 86 | 1/27/2024 |