Hangfire.AspNetCore 1.8.17
ASP.NET Core support for Hangfire, a background job framework for .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 |
Release notes are available in our blog https://www.hangfire.io/blog/
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1.8.10
• Fixed – Don't check `HasStarted` in `Response.WriteAsync` to avoid breaking dispatchers.
• Project – Enable NuGet package and DLL signing with a company certificate.
• Project – Require NuGet package signature validation on restore for dependencies.
• Project – Add `HangfireIO` as a package owner.
1.8.9
• Fixed – Don't attempt to write response headers when response has already started (by @maliming).
• Project – Enable full source link support with embedded symbols and repository-based sources.
• Project – Enable repeatable package restore using a lock file.
1.8.0
• Breaking – Make the package to be dependent on Hangfire.NetCore and use the same types.
• Added – `IApplicationBuilder.UseHangfireServer` that accepts custom factory for `IBackgroundProcessingServer`.
.NET Framework 4.5.1
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Hangfire.NetCore (= 1.8.17)
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
.NET Core 3.0
- Hangfire.NetCore (= 1.8.17)
.NET Framework 4.6.1
- Hangfire.NetCore (= 1.8.17)
- Microsoft.AspNetCore.Antiforgery (>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
.NET Standard 2.0
- Microsoft.AspNetCore.Antiforgery (>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Hangfire.NetCore (= 1.8.17)
.NET Standard 1.3
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- System.ComponentModel (>= 4.0.1)
- NETStandard.Library (>= 1.6.0)
- Hangfire.NetCore (= 1.8.17)