HangFire.Autofac 2.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package HangFire.Autofac --version 2.1.0
NuGet\Install-Package HangFire.Autofac -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HangFire.Autofac" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HangFire.Autofac --version 2.1.0
#r "nuget: HangFire.Autofac, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HangFire.Autofac as a Cake Addin
#addin nuget:?package=HangFire.Autofac&version=2.1.0

// Install HangFire.Autofac as a Cake Tool
#tool nuget:?package=HangFire.Autofac&version=2.1.0

Autofac IoC Container support for Hangfire (background job system for ASP.NET applications).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on HangFire.Autofac:

Package Downloads
Bnsights.Mvc

Bnsights.Mvc is RAD Helper DLL for MVC Projects in Bnsights DMCC. Also known as Bnsights Business Solutions Framework (BBSF).

Bnsights.Core

Package Description

Bnsights.Mvc2

Bnsights.Mvc is RAD Helper DLL for MVC Projects in Bnsights DMCC. Also known as Bnsights Business Solutions Framework (BBSF).

Bit.Hangfire

Bit.Hangfire

LeanCode.AsyncTasks.Hangfire

LeanCode Core library

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on HangFire.Autofac:

Repository Stars
fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat
可能是全网最完整的 C# 版微信 SDK,封装全部已知的微信 API,包含微信公众平台(订阅号+服务号+小程序+小游戏+小商店+视频号)、微信开放平台、微信商户平台(微信支付+微企付)、企业微信、微信广告平台、微信智能对话开放平台等模块,可跨平台。持续随官方更新,欢迎 Star/Fork/PR。QQ 交流群 875580418【满】、930461548。
sd797994/Oxygen-Dapr.EshopSample
Version Downloads Last updated
2.6.0 21,759 2/16/2024
2.5.0 17,050 1/23/2024
2.4.1 269,004 5/25/2023
2.4.0 673 5/25/2023
2.3.1 5,843,411 6/8/2017
2.3.0 3,761 6/7/2017
2.2.0 432,615 2/24/2016
2.1.0 17,019 12/16/2015
2.0.1 38,912 10/15/2015
2.0.0 24,561 10/1/2015
2.0.0-beta1 2,819 9/3/2015
1.2.0 1,873 10/1/2015
1.2.0-beta2 1,483 9/3/2015
1.2.0-beta1 1,819 7/22/2015
1.1.0 24,322 4/13/2015
1.0.0 10,917 6/30/2014
0.1.2 1,866 5/2/2014
0.1.0 2,193 4/1/2014

2.1.0
* Added – Ability to use non-tagged nested lifetime scopes.
   
2.0.1
* Changed – `AutofacJobActivator.LifetimeScopeTag` field is now public.