Hangfire.NetCore 1.7.34

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Hangfire.NetCore --version 1.7.34                
NuGet\Install-Package Hangfire.NetCore -Version 1.7.34                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hangfire.NetCore" Version="1.7.34" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.NetCore --version 1.7.34                
#r "nuget: Hangfire.NetCore, 1.7.34"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hangfire.NetCore as a Cake Addin
#addin nuget:?package=Hangfire.NetCore&version=1.7.34

// Install Hangfire.NetCore as a Cake Tool
#tool nuget:?package=Hangfire.NetCore&version=1.7.34                

.NET Core's Worker Service host support for Hangfire (background job system for ASP.NET applications).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Hangfire.NetCore:

Package Downloads
Hangfire.AspNetCore

ASP.NET Core support for Hangfire, a background job framework for .NET applications.

Mcma.WorkerInvoker.Hangfire

Package Description

Mcma.Worker.Hangfire

Package Description

Etch.Cms.Hangfire

Package Description

SuperMarketRepository.EmailLibrary

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Hangfire.NetCore:

Repository Stars
eventflow/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
MrCMS/MrCMS
Mr CMS is an open source C# MVC CMS Framework
Version Downloads Last updated
1.8.14 1,920,494 6/11/2024
1.8.12 2,186,811 4/3/2024
1.8.11 1,381,703 2/23/2024
1.8.10 507,758 2/12/2024
1.8.9 785,991 1/24/2024
1.8.7 905,953 12/29/2023
1.8.6 2,659,321 10/18/2023
1.8.5 2,390,730 8/11/2023
1.8.4 590,957 7/27/2023
1.8.3 1,128,886 6/27/2023
1.8.2 1,165,553 5/26/2023
1.8.1 332,736 5/18/2023
1.8.0 960,935 4/28/2023
1.7.37 218 4/8/2024
1.7.36 1,452 6/29/2023
1.7.35 241 5/18/2023
1.7.34 53,949 3/30/2023
1.7.33 10,910 1/31/2023
1.7.32 13,344 11/21/2022
1.7.31 83,486 8/19/2022
1.7.30 18,568 6/10/2022
1.7.29 3,312 5/23/2022
1.7.28 27,049 12/18/2021
1.7.27 18,914 11/3/2021
1.7.26 2,187 10/27/2021
1.7.25 3,510 8/30/2021
1.7.24 37,766 6/28/2021
1.7.23 5,073 5/28/2021
1.7.22 20,421 4/13/2021
1.7.21 377 4/12/2021
1.7.20 3,320 3/19/2021
1.7.19 10,965 1/15/2021
1.7.18 12,439 11/20/2020
1.7.17 3,921 10/20/2020
1.7.16 2,005 10/14/2020
1.7.15 2,149 10/8/2020
1.7.14 3,424 9/24/2020
1.7.13 663 9/15/2020
1.7.12 19,610 7/24/2020
1.7.11 12,055 4/15/2020
1.7.10 993 4/2/2020
1.7.9 3,764 1/20/2020
1.7.8 3,835 12/5/2019
1.7.7 1,690 10/22/2019
1.7.6 3,179 8/5/2019
1.7.5 629 7/18/2019
1.7.4 1,502 6/28/2019
1.7.3 2,380 5/23/2019
1.7.2 648 4/29/2019
1.7.1 1,053 4/16/2019

https://www.hangfire.io/blog/

1.7.32
• Changed – Wait for application to be ready before starting the server when using `AddHangfireServer`.
• Fixed – Do not return `null` as result of `StopAsync` in hosted service implementation (by @tomaszek92).

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.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.7
• Changed – Add explicit `netcoreapp3.0` target with reference to "3.0.0" packages.

1.7.5
• Fixed – Add missing overload for the `AddHangfireServer` method with "options" action.

1.7.2
• Fixed – Allow to resolve `IJobFilterProvider` service from the `AddHangfire` method.

1.7.1
• Added – Worker Service host support for .NET Core without unnecessary dependencies to ASP.NET Core.