Info
Version: | 1.0.1 |
Author(s): | cocowalla, lucashby, brantw, seandgrimes |
Last Update: | Tuesday, January 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/seandgrimes/Hangfire.StructureMap |
NuGet Url: | https://www.nuget.org/packages/CoreCompat.Hangfire.StructureMap |
Install
Install-Package CoreCompat.Hangfire.StructureMap
dotnet add package CoreCompat.Hangfire.StructureMap
paket add CoreCompat.Hangfire.StructureMap
CoreCompat.Hangfire.StructureMap Download (Unzip the "nupkg" after downloading)
Dependencies
- Hangfire.Core(>= 1.6.17)
- StructureMap(>= 4.4.1)
Note: This is not a drop-in replacement for the original package, you'll need to setup StructureMapJobActivator on your own with Hangfire since the original extension method for doing so is no longer supported by Hangfire.