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.
Apache 2.0 - see LICENSE
Get started in four simple steps!
The easiest way to get Topshelf in your project is to use NuGet.
git clone git://github.com/Topshelf/Topshelf.git
build.bat
in order to generate the SolutionVersion.cs file which is otherwise missing.
Computer
> Advanced System Settings
, Advanced
(tab) > Environment Variables...
> Append the git executable's directory at the end of the PATH environment variable.build.bat
.build.bat
in the root folder.To run the build, a Visual Studio 2015 compatible environment should be setup.
Logo Design by The Agile Badger
Copyright 2007-2016 Travis Smith, Chris Patterson, Dru Sellers, Henrik Feldt et al. All rights reserved