Hangfire.AspNetCore 1.7.30
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 |
---|---|
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/
|
801 |
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/
|
928 |
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/
|
984 |
https://www.hangfire.io/blog/
1.7.25
• Added – More overloads for the `AddHangfireServer` extension method in .NET Core.
• Deprecated – `UseHangfireServer` method for targets where `AddHangfireServer` one is available.
1.7.24
• Added – Support for async auth methods via the `DashboardOptions.AsyncAuthorization` property (by @rosenbjerg).
• Added – Authorization policy support via the new `MapHangfireDashboardWithAuthorizationPolicy` method (by @dasiths).
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.30)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
.NET Core 3.0
- Hangfire.Core (= 1.7.30)
.NET Framework 4.6.1
- Hangfire.Core (= 1.7.30)
- 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.30)
- 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.30)
- 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)