HangFire.Autofac 2.3.1

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.3.1
NuGet\Install-Package HangFire.Autofac -Version 2.3.1
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.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HangFire.Autofac --version 2.3.1
#r "nuget: HangFire.Autofac, 2.3.1"
#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.3.1

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

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 12,059 2/16/2024
2.5.0 14,191 1/23/2024
2.4.1 253,681 5/25/2023
2.4.0 634 5/25/2023
2.3.1 5,795,195 6/8/2017
2.3.0 3,728 6/7/2017
2.2.0 431,327 2/24/2016
2.1.0 16,951 12/16/2015
2.0.1 38,582 10/15/2015
2.0.0 24,433 10/1/2015
2.0.0-beta1 2,771 9/3/2015
1.2.0 1,860 10/1/2015
1.2.0-beta2 1,442 9/3/2015
1.2.0-beta1 1,779 7/22/2015
1.1.0 24,283 4/13/2015
1.0.0 10,891 6/30/2014
0.1.2 1,840 5/2/2014
0.1.0 2,168 4/1/2014

2.3.1
* Changed – NuGet package title and a link to the project site were added.

2.3.0
* Added – Support for .NET Core with .NET Standard 1.3.
* Added – Support for SourceLink 2.0. If "Enable source link support flag is set" in Visual Studio it's possible to debug Hangfire.Autofac using its downloaded sources.
* Changed – Removed references to Newtonsoft.Json and Owin packages.
* Changed – Renamed HangFire.Autofac to Hangfire.Autofac.

2.2.0
* Added – Allow combining lifetime scope tags (by @chaoaretasty).

2.1.0
* Added – Ability to use non-tagged nested lifetime scopes.

2.0.1
* Changed – `AutofacJobActivator.LifetimeScopeTag` field is now public.