ImTryin.WindowsConsoleService 1.0.7

dotnet add package ImTryin.WindowsConsoleService --version 1.0.7
NuGet\Install-Package ImTryin.WindowsConsoleService -Version 1.0.7
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="ImTryin.WindowsConsoleService" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImTryin.WindowsConsoleService --version 1.0.7
#r "nuget: ImTryin.WindowsConsoleService, 1.0.7"
#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 ImTryin.WindowsConsoleService as a Cake Addin
#addin nuget:?package=ImTryin.WindowsConsoleService&version=1.0.7

// Install ImTryin.WindowsConsoleService as a Cake Tool
#tool nuget:?package=ImTryin.WindowsConsoleService&version=1.0.7

Library for creating Windows Services able to run as service and as console application.

Following command line arguments available:
```
- runs as Console service. Only one app instance is supported.

/hidden            - runs as Console service and hide console.
It is possible to show hidden console by starting app one more time.
And hide it again when console minimizes.

/installConsole    - installs Console service. Creates shortcut in User's Startup folder.
/uninstallConsole  - installs Console service. Deletes shortcut from User's Startup folder.

/installService    - installs Windows service. Administrative privileges are required.
/uninstallService  - uninstalls Windows service. Administrative privileges are required.

/startService      - starts Windows service. Administrative privileges are required.
/stopService       - stops Windows service. Administrative privileges are required.

/service           - runs as Windows service.
Only usable then starting by Window Service Control Manager.
```
See https://github.com/imlex/ImTryin.WindowsConsoleService/tree/master/ImTryin.WindowsConsoleService.SampleWindowsService for example.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.

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
1.0.7 418 7/30/2022
1.0.6 402 7/25/2022
1.0.5 360 7/25/2022
1.0.4 355 7/24/2022
1.0.3 360 7/24/2022
1.0.2 366 7/24/2022
1.0.1 365 7/22/2022
1.0.0 389 7/22/2022