Hangfire.AspNetCore 1.7.22
ASP.NET Core support for Hangfire (background job system for ASP.NET applications).
Showing the top 20 packages that depend on Hangfire.AspNetCore.
Packages | Downloads |
---|---|
Elsa.Activities.Temporal.Hangfire
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides a Hangfire timer provider.
|
3 |
Elsa.Activities.Temporal.Hangfire
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides a Hangfire timer provider.
|
4 |
Elsa.Activities.Temporal.Hangfire
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides a Hangfire timer provider.
|
5 |
Elsa.Activities.Temporal.Hangfire
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides a Hangfire timer provider.
|
6 |
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 application. 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.
http://hangfire.io/
|
7 |
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 application. 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.
http://hangfire.io/
|
9 |
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/
|
5 |
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/
|
6 |
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/
|
8 |
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/
|
12 |
Hangfire.Dashboard.BasicAuthorization
enable basic authorization for hangfire(api or dashbord..)
|
9 |
Hangfire.Dashboard.BasicAuthorization
Package Description
|
6 |
Hangfire.Dashboard.BasicAuthorization
Package Description
|
7 |
https://www.hangfire.io/blog/
1.7.20
• Added – An overload for `AddHangfireServer` utilizing `IServiceProvider` (by @penenkel).
• Added – `IBackgroundJobClientFactory` and `IRecurringJobManagerFactory` interfaces to fix the following bug.
• Fixed – Dashboard UI is unable to 'requeue' job on other then default `JobStorage`.
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.
.NET Framework 4.5.1
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Hangfire.Core (= 1.7.22)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
.NET Core 3.0
- Hangfire.Core (= 1.7.22)
.NET Framework 4.6.1
- Hangfire.Core (= 1.7.22)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Antiforgery (>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.0)
.NET Standard 2.0
- Hangfire.Core (= 1.7.22)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Antiforgery (>= 2.0.0)
.NET Standard 1.3
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Hangfire.Core (= 1.7.22)
- NETStandard.Library (>= 1.6.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- System.ComponentModel (>= 4.0.1)
Version | Downloads | Last updated |
---|---|---|
1.8.15 | 0 | 10/23/2024 |
1.8.14 | 0 | 06/11/2024 |
1.8.12 | 7 | 05/16/2024 |
1.8.11 | 4 | 04/09/2024 |
1.8.10 | 0 | 02/12/2024 |
1.8.9 | 3 | 05/22/2024 |
1.8.7 | 0 | 12/29/2023 |
1.8.6 | 8 | 06/02/2024 |
1.8.5 | 0 | 08/11/2023 |
1.8.4 | 4 | 05/06/2024 |
1.8.3 | 0 | 06/27/2023 |
1.8.2 | 4 | 04/09/2024 |
1.8.1 | 6 | 06/01/2023 |
1.8.0 | 5 | 04/09/2024 |
1.8.0-beta3 | 7 | 06/13/2022 |
1.7.37 | 4 | 05/03/2024 |
1.7.36 | 6 | 05/01/2024 |
1.7.35 | 3 | 05/01/2024 |
1.7.34 | 3 | 05/21/2024 |
1.7.33 | 6 | 05/16/2024 |
1.7.32 | 3 | 01/30/2023 |
1.7.31 | 2 | 05/09/2024 |
1.7.30 | 3 | 05/18/2024 |
1.7.26 | 8 | 05/15/2024 |
1.7.24 | 0 | 06/28/2021 |
1.7.22 | 5 | 06/13/2022 |
1.7.21 | 7 | 05/07/2024 |
1.7.19 | 3 | 05/15/2024 |
1.7.17 | 2 | 05/15/2024 |
1.7.15 | 6 | 06/13/2022 |
1.7.13 | 1 | 05/13/2024 |
1.7.9 | 5 | 05/24/2024 |
1.7.7 | 4 | 05/17/2024 |
1.7.3 | 3 | 06/13/2022 |
1.6.30 | 5 | 05/26/2024 |
1.6.25 | 3 | 05/21/2024 |
1.6.22 | 3 | 06/13/2022 |
1.6.21 | 4 | 05/21/2024 |
1.6.19 | 0 | 04/06/2018 |
1.6.15 | 3 | 05/27/2024 |
1.6.9 | 6 | 06/13/2022 |
1.6.4 | 3 | 06/13/2022 |
1.6.3 | 3 | 05/05/2024 |