Loic.Topshelf.Topshelf
1.0.0
dotnet add package Loic.Topshelf.Topshelf --version 1.0.0
NuGet\Install-Package Loic.Topshelf.Topshelf -Version 1.0.0
<PackageReference Include="Loic.Topshelf.Topshelf" Version="1.0.0" />
<PackageVersion Include="Loic.Topshelf.Topshelf" Version="1.0.0" />
<PackageReference Include="Loic.Topshelf.Topshelf" />
paket add Loic.Topshelf.Topshelf --version 1.0.0
#r "nuget: Loic.Topshelf.Topshelf, 1.0.0"
#addin nuget:?package=Loic.Topshelf.Topshelf&version=1.0.0
#tool nuget:?package=Loic.Topshelf.Topshelf&version=1.0.0
Topshelf - An easy service hosting framework for building Windows services using .NET
Topshelf is a framework for hosting services written using the .NET framework. The creation of services is simplified, allowing developers to create a simple console application that can be installed as a service using Topshelf. The reason for this is simple: It is far easier to debug a console application than a service. And once the application is tested and ready for production, Topshelf makes it easy to install the application as a service.
Develop build
LICENSE
Apache 2.0 - see LICENSE
INFO
Getting started with Topshelf
Get started in four simple steps!
<dl> <dt>Step 1 (get the bits):</dt> <dd> <p>The easiest way to get Topshelf in your project is to use NuGet.</p> </dd> </dl>
Mailing List
Contributing
- Clone
- Branch
- Make changes
- Push
- Make a pull request
Source
- Clone the source down to your machine.
git clone git://github.com/Topshelf/Topshelf.git
- Important: Run
build.bat
in order to generate the SolutionVersion.cs file which is otherwise missing.- You must have git on the path in order to do this. (Right click on
Computer
>Advanced System Settings
,Advanced
(tab) >Environment Variables...
> Append the git executable's directory at the end of the PATH environment variable.
- You must have git on the path in order to do this. (Right click on
- Edit with Visual Studio 2015 or alternatively edit and run
build.bat
. - Topshelf uses the .NET Framework v4.5.2.
Editing in Visual Studio
- Run
build.bat
in the root folder. - Set Visual Studio Tools → Options → Text Editor → All Languages → Tabs to use "Tab Size" = 4, "Indent Size" = 4, and "Insert Spaces"
- Double-click/open the .sln file.
Deploying TopShelf with Azure DevOps
The Windows Service Manager Azure DevOps extension supports TopShelf deployments to a group of target machines or a deployment group target.
REQUIREMENTS
To run the build, a Visual Studio 2015 compatible environment should be setup.
CREDITS
Logo Design by The Agile Badger
Copyright 2007-2016 Travis Smith, Chris Patterson, Dru Sellers, Henrik Feldt et al. All rights reserved
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- 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.0 | 1 | 7/31/2021 |