Soenneker.Hangfire.ServiceJobActivator 4.0.706

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Hangfire.ServiceJobActivator --version 4.0.706
                    
NuGet\Install-Package Soenneker.Hangfire.ServiceJobActivator -Version 4.0.706
                    
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.ServiceJobActivator" Version="4.0.706" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Hangfire.ServiceJobActivator" Version="4.0.706" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Hangfire.ServiceJobActivator" />
                    
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.ServiceJobActivator --version 4.0.706
                    
#r "nuget: Soenneker.Hangfire.ServiceJobActivator, 4.0.706"
                    
#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.ServiceJobActivator@4.0.706
                    
#: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.ServiceJobActivator&version=4.0.706
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Hangfire.ServiceJobActivator&version=4.0.706
                    
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

alternate text is missing from this package README image Soenneker.Hangfire.ServiceJobActivator

Overrides the default Hangfire activator and resolves services through .NET's default DI provider

Installation

dotnet add package Soenneker.Hangfire.ServiceJobActivator

Usage

services.AddHangfire((serviceProvider, config) =>
{
    ...
    config.AddServiceJobActivator(serviceProvider);
});
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.718 0 6/5/2026
4.0.717 0 6/5/2026
4.0.716 211 5/12/2026
4.0.715 282 4/22/2026
4.0.714 109 4/21/2026
4.0.713 128 4/14/2026
4.0.712 149 3/12/2026
4.0.711 112 3/12/2026
4.0.710 112 3/12/2026
4.0.708 114 3/12/2026
4.0.707 120 3/10/2026
4.0.706 119 3/10/2026
4.0.705 116 3/9/2026
4.0.704 110 3/9/2026
4.0.703 116 3/9/2026
4.0.702 205 3/4/2026
4.0.701 135 2/10/2026
4.0.700 122 2/5/2026
4.0.699 189 1/13/2026
4.0.698 141 1/2/2026
Loading failed