Skip to content

sbosell/Hangfire.LightInject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Hangfire.LightInject

Lightinject integration for Hangfire. Provides an implementation of the JobActivator class and registration extensions, allowing you to use LightInject container to resolve job type instances as well as control the lifetime of the all related dependencies.

Status: Build status

NUGET: install-package Hangfire.LightInject

http://hangfire.io

For detailed information and other hangfire IOC job activators: http://hangfire.io/extensions.html

http://www.lightinject.net/

http://github.com/sbosell/hangfire.lightinject

You can enable it via the extension:

 var container= new ServiceContainer();
 // registrations
 GlobalConfiguration.Configuration.UseLightInjectActivator(container);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages