VOOZH about

URL: https://www.nuget.org/packages/Hangfire.NetCore/

⇱ NuGet Gallery | Hangfire.NetCore 1.8.23




👁 Image
Hangfire.NetCore 1.8.23

Prefix Reserved
dotnet add package Hangfire.NetCore --version 1.8.23
 
 
NuGet\Install-Package Hangfire.NetCore -Version 1.8.23
 
 
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.8.23" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hangfire.NetCore" Version="1.8.23" />
 
Directory.Packages.props
<PackageReference Include="Hangfire.NetCore" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hangfire.NetCore --version 1.8.23
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hangfire.NetCore, 1.8.23"
 
 
#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.
#:package Hangfire.NetCore@1.8.23
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hangfire.NetCore&version=1.8.23
 
Install as a Cake Addin
#tool nuget:?package=Hangfire.NetCore&version=1.8.23
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp1.0 netcoreapp1.0 was computed.  netcoreapp1.1 netcoreapp1.1 was computed.  netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 netstandard1.3 is compatible.  netstandard1.4 netstandard1.4 was computed.  netstandard1.5 netstandard1.5 was computed.  netstandard1.6 netstandard1.6 was computed.  netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net451 net451 is compatible.  net452 net452 was computed.  net46 net46 was computed.  net461 net461 is compatible.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen30 tizen30 was computed.  tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Universal Windows Platform uap uap was computed.  uap10.0 uap10.0 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

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 (3)

Showing the top 3 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
drizzle-mizzle/Character-Engine-Discord
(not yet very) Ultimate LLMs aggregator right in your Discord server
Version Downloads Last Updated
1.8.23 5,222,211 2/5/2026
1.8.22 5,322,893 11/7/2025
1.8.21 5,249,097 8/12/2025
1.8.20 6,515,208 5/16/2025
1.8.19 77,372 5/16/2025
1.8.18 8,058,926 2/17/2025
1.8.17 7,056,811 12/3/2024
1.8.16 451,026 11/27/2024
1.8.15 3,352,850 10/23/2024
1.8.14 12,684,252 6/11/2024
1.8.12 6,092,171 4/3/2024
1.8.11 3,190,541 2/23/2024
1.8.10 1,007,901 2/12/2024
1.8.9 1,562,401 1/24/2024
1.8.7 1,953,089 12/29/2023
1.8.6 5,954,904 10/18/2023
1.8.5 4,052,372 8/11/2023
1.7.37 22,753 4/8/2024
Loading failed

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
• 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
• Project – Enable full source link support with embedded symbols and repository-based sources.
• Project – Enable repeatable package restore using a lock file.

1.8.6
• Fixed – Include assembly information to the Hangfire.NetCore assembly.

1.8.4
• Changed – Send the stop signal earlier in the shutdown pipeline when hosting in .NET Core 3.1 or higher.
• Changed – Set processing server to null in hosted service to avoid `ObjectDisposedException`.
• Fixed – Other `IHostedService` implementations can block Hangfire server from being stopped.
     
1.8.1
• Fixed – Add `net461` target for Hangfire.NetCore package to avoid missing method exceptions.

1.8.0
• Added – `IApplicationBuilder.UseHangfireServer` that accepts custom factory for `IBackgroundProcessingServer`.
• Added – `net451` and `netstandard1.3` targets for the package.
• Changed – Use `netstandard2.1` target instead of `netcoreapp3.0` for the package.
• Changed – Send the "stop" signal earlier when the host supports .NET Standard 2.1.
• Changed – Don't throw `ObjectDisposedException` when hosted service is disposed twice.