Soenneker.Hangfire.ProgressFactory 4.0.689

Prefix Reserved
dotnet add package Soenneker.Hangfire.ProgressFactory --version 4.0.689
                    
NuGet\Install-Package Soenneker.Hangfire.ProgressFactory -Version 4.0.689
                    
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="Soenneker.Hangfire.ProgressFactory" Version="4.0.689" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Hangfire.ProgressFactory" Version="4.0.689" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Hangfire.ProgressFactory" />
                    
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 Soenneker.Hangfire.ProgressFactory --version 4.0.689
                    
#r "nuget: Soenneker.Hangfire.ProgressFactory, 4.0.689"
                    
#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 Soenneker.Hangfire.ProgressFactory@4.0.689
                    
#: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=Soenneker.Hangfire.ProgressFactory&version=4.0.689
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Hangfire.ProgressFactory&version=4.0.689
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Hangfire.ProgressFactory

Provides additional functionality around the Hangfire progress tools.

Install

dotnet add package Soenneker.Hangfire.ProgressFactory

Quick start

using Soenneker.Hangfire.ProgressFactory.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddProgressFactoryAsSingleton();

Adds IProgressFactory as a singleton service.

What you get

  • IProgressFactory — Provides additional functionality around the Hangfire progress tools.
  • ProgressFactoryRegistrar — Provides additional functionality around the Hangfire progress tools.

API at a glance

API What it does Result / important behavior
ProgressFactoryRegistrar.AddProgressFactoryAsSingleton(services) Adds IProgressFactory as a singleton service. The same service collection, so additional registrations can be chained.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.689 0 8/29/2026
4.0.688 0 8/29/2026
4.0.687 0 8/29/2026
4.0.686 479 7/28/2026
4.0.685 164 7/16/2026
4.0.684 521 6/22/2026
4.0.683 1,162 6/18/2026
4.0.681 122 6/17/2026
4.0.680 163 6/17/2026
4.0.679 278 6/5/2026
4.0.678 115 6/5/2026
4.0.677 522 4/22/2026
4.0.676 160 3/12/2026
4.0.675 142 3/12/2026
4.0.673 136 3/12/2026
4.0.672 139 3/10/2026
4.0.671 131 3/9/2026
4.0.670 139 3/9/2026
4.0.669 126 3/9/2026
4.0.668 331 3/4/2026
Loading failed

Improve README usability and API guidance