Hangfire.AspNetCore
1.7.19
ASP.NET Core support for Hangfire (background job system for ASP.NET applications).
Install-Package Hangfire.AspNetCore -Version 1.7.19
dotnet add package Hangfire.AspNetCore --version 1.7.19
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.19" />
paket add Hangfire.AspNetCore --version 1.7.19
#r "nuget: Hangfire.AspNetCore, 1.7.19"
Release Notes
https://www.hangfire.io/blog/
1.7.8
• Added – `IAppBuilder.MapHangfireDashboard` method for ASP.NET Core 3.0 endpoint routing (by @kendaleiv).
• Changed – Add explicit `netcoreapp3.0` target with "Microsoft.AspNetCore.App" framework reference (by @stebueh).
1.7.7
• Fixed – Add missing `AddHangfireServer` method for .NET Framework 4.6.1 and higher (by @danstur).
1.7.5
• Fixed – Add missing overload for the `AddHangfireServer` method with "options" action.
1.7.2
• Added – Automatically resolve `ITimeZoneResolver` service for the `DashboardOptions.TimeZoneResolver` property.
• Fixed – Allow to resolve `IJobFilterProvider` service from the `AddHangfire` method.
1.7.0
• Added – Full .NET Core 2.0 support by explicitly targeting .NET Standard 2.0.
• Added – An overloaded AddHangfire method with `IServiceProvider` parameter (by @ericgreenmix and @denis-ivanov).
• Added – `BackgroundJobServerHostedService` class based on `IHostedService` interface.
• Added – `IServiceCollection.AddHangfireServer` method to register the server during configuration.
• Changed – Custom services for factory, performer and state changer interfaces will be picked up only when all of them registered.
Dependencies
-
.NETCoreApp 3.0
- Hangfire.Core (= 1.7.19)
-
.NETFramework 4.5.1
- Hangfire.Core (= 1.7.19)
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
-
.NETFramework 4.6.1
- Hangfire.Core (= 1.7.19)
- Microsoft.AspNetCore.Antiforgery (>= 2.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
-
.NETStandard 1.3
- Hangfire.Core (= 1.7.19)
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel (>= 4.0.1)
-
.NETStandard 2.0
- Hangfire.Core (= 1.7.19)
- Microsoft.AspNetCore.Antiforgery (>= 2.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
Used By
NuGet packages (86)
Showing the top 5 NuGet packages that depend on Hangfire.AspNetCore:
Package | Downloads |
---|---|
HangFire
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
https://www.hangfire.io/
|
|
Abp.HangFire.AspNetCore
Abp.HangFire.AspNetCore
|
|
Hangfire.Dashboard.BasicAuthorization
enable basic authorization for hangfire(api or dashbord..)
|
|
Hangfire.PostgreSql.NetCore
Hangfire.PostgreSql.NetCore
|
|
Hangfire.Dashboard.Basic.Authentication
A re-usable Hangfire Basic Authentication filter. Just import and configure.
|
GitHub repositories (19)
Showing the top 5 popular GitHub repositories that depend on Hangfire.AspNetCore:
Repository | Stars |
---|---|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|
|
simplcommerce/SimplCommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
|
|
asc-lab/dotnetcore-microservices-poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
|
|
HTBox/allReady
This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.7.19 | 219,639 | 1/15/2021 |
1.7.18 | 381,824 | 11/20/2020 |
1.7.17 | 321,223 | 10/20/2020 |
1.7.16 | 63,587 | 10/14/2020 |
1.7.15 | 58,481 | 10/8/2020 |
1.7.14 | 122,787 | 9/24/2020 |
1.7.13 | 131,675 | 9/15/2020 |
1.7.12 | 556,220 | 7/24/2020 |
1.7.11 | 1,594,241 | 4/15/2020 |
1.7.10 | 260,208 | 4/2/2020 |
1.7.9 | 1,223,800 | 1/20/2020 |
1.7.8 | 540,105 | 12/5/2019 |
1.7.7 | 585,709 | 10/22/2019 |
1.7.6 | 997,295 | 8/5/2019 |
1.7.5 | 178,919 | 7/18/2019 |
1.7.4 | 260,275 | 6/28/2019 |
1.7.3 | 717,364 | 5/23/2019 |
1.7.2 | 399,640 | 4/29/2019 |
1.7.1 | 114,741 | 4/16/2019 |
1.7.0 | 196,992 | 3/29/2019 |
1.6.29 | 4,732 | 4/15/2020 |
1.6.28 | 3,671 | 1/14/2020 |
1.6.27 | 40,931 | 6/27/2019 |
1.6.26 | 29,909 | 5/23/2019 |
1.6.25 | 6,289 | 4/9/2019 |
1.6.24 | 21,509 | 3/27/2019 |
1.6.23 | 141,046 | 3/13/2019 |
1.6.22 | 492,402 | 1/25/2019 |
1.6.21 | 672,975 | 11/1/2018 |
1.6.20 | 586,465 | 7/31/2018 |
1.6.19 | 711,078 | 4/6/2018 |
1.6.18 | 2,590 | 4/5/2018 |
1.6.17 | 524,402 | 9/19/2017 |
1.6.16 | 33,951 | 9/2/2017 |
1.6.15 | 39,421 | 8/8/2017 |
1.6.14 | 69,310 | 6/16/2017 |
1.6.13 | 21,358 | 6/7/2017 |
1.6.12 | 100,010 | 3/22/2017 |
1.6.11 | 6,062 | 3/14/2017 |
1.6.10 | 1,428 | 3/13/2017 |
1.6.9 | 6,317 | 3/2/2017 |
1.6.8 | 34,643 | 12/21/2016 |
1.6.7 | 41,864 | 11/25/2016 |
1.6.6 | 16,043 | 10/13/2016 |
1.6.5 | 9,075 | 9/24/2016 |
1.6.4 | 5,922 | 8/30/2016 |
1.6.3 | 46,229 | 8/19/2016 |
1.6.2 | 2,572 | 8/5/2016 |
1.6.1 | 1,836 | 7/27/2016 |
1.6.0 | 2,011 | 7/15/2016 |