Topshelf.SimpleInjector
1.0.0.20
Topshelf.SimpleInjector provides extensions to construct your Topshelf service class from the SimpleInjector IoC container.
Install-Package Topshelf.SimpleInjector -Version 1.0.0.20
dotnet add package Topshelf.SimpleInjector --version 1.0.0.20
<PackageReference Include="Topshelf.SimpleInjector" Version="1.0.0.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Topshelf.SimpleInjector --version 1.0.0.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Topshelf.SimpleInjector, 1.0.0.20"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Topshelf.SimpleInjector as a Cake Addin
#addin nuget:?package=Topshelf.SimpleInjector&version=1.0.0.20
// Install Topshelf.SimpleInjector as a Cake Tool
#tool nuget:?package=Topshelf.SimpleInjector&version=1.0.0.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- SimpleInjector (>= 4.0.0)
- Topshelf (>= 4.0.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Topshelf.SimpleInjector:
Package | Downloads |
---|---|
Topshelf.SimpleInjector.QuickStart
Topshelf.SimpleInjector provides extensions to construct your Topshelf service class from the SimpleInjector IoC container.
This QuickStart package will quickly get you up and running with your WindowsService.
Create a new Console Application project, install this package, make sure to overvwrite Program.cs, click Start and you have a running Service with SimpleInjector as IoC framework.
|
|
Topshelf.SimpleInjector.Quartz
Topshelf.SimpleInjector.Quartz provides extensions to schedule your Topshelf Service with Quartz.NET using SimpleInjector IoC container.
|
GitHub repositories
This package is not used by any popular GitHub repositories.