HangFire.Autofac
2.3.1
Prefix Reserved
Install-Package HangFire.Autofac -Version 2.3.1
dotnet add package HangFire.Autofac --version 2.3.1
<PackageReference Include="HangFire.Autofac" Version="2.3.1" />
paket add HangFire.Autofac --version 2.3.1
#r "nuget: HangFire.Autofac, 2.3.1"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- Autofac (>= 3.0.0)
- Hangfire.Core (>= 1.5.0)
-
.NETStandard 1.3
- Autofac (>= 4.0.0)
- Hangfire.Core (>= 1.6.0)
- NETStandard.Library (>= 1.6.0)
NuGet packages (16)
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.Mvc2
Bnsights.Mvc is RAD Helper DLL for MVC Projects in Bnsights DMCC. Also known as Bnsights Business Solutions Framework (BBSF). |
|
Bnsights.Core
Package Description |
|
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。QQ 交流群 875580418。
|
|
sd797994/Oxygen-Dapr.EshopSample
|
Version | Downloads | Last updated |
---|---|---|
2.3.1 | 3,333,104 | 6/8/2017 |
2.3.0 | 2,081 | 6/7/2017 |
2.2.0 | 358,943 | 2/24/2016 |
2.1.0 | 14,661 | 12/16/2015 |
2.0.1 | 28,197 | 10/15/2015 |
2.0.0 | 17,782 | 10/1/2015 |
2.0.0-beta1 | 2,208 | 9/3/2015 |
1.2.0 | 1,059 | 10/1/2015 |
1.2.0-beta2 | 854 | 9/3/2015 |
1.2.0-beta1 | 1,214 | 7/22/2015 |
1.1.0 | 23,048 | 4/13/2015 |
1.0.0 | 9,626 | 6/30/2014 |
0.1.2 | 1,186 | 5/2/2014 |
0.1.0 | 1,434 | 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.