Flume 8.2.0
dotnet add package Flume --version 8.2.0
NuGet\Install-Package Flume -Version 8.2.0
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="Flume" Version="8.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flume" Version="8.2.0" />
<PackageReference Include="Flume" />
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 Flume --version 8.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Flume, 8.2.0"
#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 Flume@8.2.0
#: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=Flume&version=8.2.0
#tool nuget:?package=Flume&version=8.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Flume
A fast, lightweight, and simple mediator pattern implementation for .NET. A drop-in replacement for MediatR 12.x
Features
- Simple: Easy to use mediator pattern implementation
- Fast: Optimized for performance with minimal overhead
- Lightweight: Small footprint with no external dependencies
- Type-safe: Full type safety with compile-time validation
- Extensible: Pipeline behaviors and custom handlers support
Quick Start
Installation
dotnet add package Flume
Basic Usage
// Register services
var services = new ServiceCollection();
services.AddFlume(Assembly);
services.AddScoped<IRequestHandler<Ping, Pong>, PingHandler>();
var serviceProvider = services.BuildServiceProvider();
var mediator = serviceProvider.GetRequiredService<IMediator>();
// Send a request
var response = await mediator.Send(new Ping { Message = "Hello" });
License
MIT License - see LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net8.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
net9.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
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 |
|---|---|---|
| 8.2.0 | 262 | 10/30/2025 |
| 8.2.0-beta.1 | 159 | 10/27/2025 |
| 8.2.0-beta | 207 | 10/26/2025 |
| 8.1.4 | 405 | 9/16/2025 |
| 8.1.3 | 208 | 9/8/2025 |
| 8.1.2 | 211 | 9/8/2025 |
| 8.1.2-rc.1 | 127 | 9/7/2025 |
| 8.1.2-beta.6 | 161 | 9/4/2025 |
| 8.1.2-beta.5 | 171 | 9/3/2025 |
| 8.1.2-beta.4.3 | 162 | 9/4/2025 |
| 8.1.2-beta.4.2 | 176 | 9/4/2025 |
| 8.1.2-beta.4.1 | 169 | 9/3/2025 |