Soenneker.Flywheel.Communication 5.0.61

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

NuGet Publish Downloads Build and test CodeQL

Soenneker.Flywheel.Suite

Background jobs for .NET with Redis, in-process memory, or filesystem storage, source-generated job registration, and an optional live Blazor dashboard.

Flywheel dashboard with live activity, job states, and searchable executions

Dashboard shown with illustrative demo data.

Explore Flywheel · Run the demo

Packages

Install the packages you need; the suite is not a combined runtime package.

Package Purpose
Soenneker.Flywheel.Core Job runtime, dashboard API, and hub
Soenneker.Flywheel.Redis Redis job storage
Soenneker.Flywheel.Memory In-process job storage
Soenneker.Flywheel.Filesystem Filesystem job storage
Soenneker.Flywheel.Generators Compile-time job registration
Soenneker.Flywheel.Dashboard Blazor dashboard and live client
Soenneker.Flywheel.Communication Shared job and dashboard contracts

Run the demo

Install .NET 10 and run Redis 6.0.9 or newer on localhost:6379, then:

dotnet dev-certs https --trust
dotnet run --project test/Soenneker.Flywheel.Demo

In a second terminal:

dotnet run --project test/Soenneker.Flywheel.Dashboard.Demo

Open https://localhost:7039/ and sign in with admin / flywheel-demo in Development. Stop both processes with Ctrl+C. See demo configuration for details.

Documentation

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

Showing the top 2 NuGet packages that depend on Soenneker.Flywheel.Communication:

Package Downloads
Soenneker.Flywheel.Core

A durable background job processing, scheduling, and event execution runtime for .NET.

Soenneker.Flywheel.Dashboard

A real-time Blazor dashboard for monitoring and managing Soenneker Flywheel.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.61 0 9/15/2026
5.0.60 0 9/15/2026
5.0.59 0 9/15/2026
5.0.58 43 9/15/2026
5.0.56 44 9/14/2026
5.0.55 52 9/14/2026
5.0.53 68 9/14/2026
5.0.52 72 9/14/2026
5.0.51 73 9/14/2026
5.0.50 79 9/14/2026
5.0.49 76 9/14/2026
5.0.48 78 9/14/2026
5.0.47 80 9/13/2026
5.0.46 82 9/13/2026
5.0.45 86 9/13/2026
5.0.44 85 9/13/2026
5.0.43 86 9/13/2026
5.0.42 84 9/12/2026
5.0.41 84 9/12/2026
5.0.40 85 9/12/2026
Loading failed