Info
Version: | 1.3.0 |
Author(s): | Riccardo Di Nuzzo |
Last Update: | Thursday, August 4, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/riccardone/EventStore.Tools.ServiceHost |
NuGet Url: | https://www.nuget.org/packages/EventStore.Tools.ServiceHost |
Install
Install-Package EventStore.Tools.ServiceHost
dotnet add package EventStore.Tools.ServiceHost
paket add EventStore.Tools.ServiceHost
EventStore.Tools.ServiceHost Download (Unzip the "nupkg" after downloading)
Dependencies
- EventStore.Tools.PluginModel(>= 1.0.0)
- Topshelf.Log4Net(>= 3.3.1)
Tags
It hosts Application Service modules that interact with GetEventStore. Usage: 1) Create a simple Console app and reference this nuget package.
2) From the Main function call 'ConfigureServiceHost.Configure();'.