Hangfire.AspNetCore 1.7.2
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.Dashboard.BasicAuthorization
enable basic authorization for hangfire(api or dashbord..)
|
109 |
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/
|
106 |
https://www.hangfire.io/blog/
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)
- Hangfire.Core (= 1.7.2)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
.NET Standard 2.0
- Hangfire.Core (= 1.7.2)
- 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 1.3
- Hangfire.Core (= 1.7.2)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.0.0)
- System.ComponentModel (>= 4.0.1)
- NETStandard.Library (>= 1.6.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)