![]() |
VOOZH | about |
dotnet add package Akka.Streams.TestKit --version 1.5.69
NuGet\Install-Package Akka.Streams.TestKit -Version 1.5.69
<PackageReference Include="Akka.Streams.TestKit" Version="1.5.69" />
<PackageVersion Include="Akka.Streams.TestKit" Version="1.5.69" />Directory.Packages.props
<PackageReference Include="Akka.Streams.TestKit" />Project file
paket add Akka.Streams.TestKit --version 1.5.69
#r "nuget: Akka.Streams.TestKit, 1.5.69"
#:package Akka.Streams.TestKit@1.5.69
#addin nuget:?package=Akka.Streams.TestKit&version=1.5.69Install as a Cake Addin
#tool nuget:?package=Akka.Streams.TestKit&version=1.5.69Install as a Cake Tool
๐ Discord
๐ NuGet
๐ Nuget
Akka.NET is a .NET port of the popular Akka project from the Scala / Java community. We are an idiomatic .NET implementation of the actor model built on top of the .NET Common Language Runtime.
Akka.NET is a .NET Foundation project.
Akka.NET can be used in-process or inside large, distributed real-time systems; we support a wide variety of use cases.
Akka.NET can be used to solve the following types of problems:
locks or any other shared-memory synchronization mechanisms.You can start by taking the Akka.NET Bootcamp, but there are many other great learning resources for Akka.NET Online.
| Stage | Status | |
|---|---|---|
| NuGet Pack | ๐ Build Status |
|
| .NET Framework Unit Tests | ๐ Build Status |
|
| .NET Unit Tests (Windows) | ๐ Build Status |
|
| .NET Unit Tests (Linux) | ๐ Build Status |
|
| .NET MultiNode Tests (Windows) | ๐ Build Status |
|
| .NET MultiNode Tests (Linux) | ๐ Build Status |
|
| Docs | ๐ Build Status |
If you want to include Akka.NET in your project, you can install it directly from NuGet
To install Akka.NET Distributed Actor Framework, run the following command in the Package Manager Console
PM> Install-Package Akka.Hosting
Akka.Hosting includes the base Akka NuGet package and also provides an easy interface to integrate Akka.NET with the most-used parts of the Microsoft.Extensions ecosystem: Configuration, Logging, Hosting, and DependencyInjection. We encourage developers to adopt it.
And if you need F# support:
PM> Install-Package Akka.FSharp
To create your own Akka.NET projects using our templates (Akka.Templates), install them via the dotnet CLI:
dotnet new install "Akka.Templates::*"
This will make our templates available via dotnet new on the CLI and as new project templates inside any .NET IDE such as Visual Studio or JetBrains Rider. You can view the full list of templates included in our package here: https://github.com/akkadotnet/akkadotnet-templates#available-templates
Please see Building Akka.NET.
To access nightly Akka.NET builds, please see the instructions here.
If you need help getting started with Akka.NET, there's a number of great community resources online:
If you and your company are interested in getting professional Akka.NET support, you can contact Petabridge for dedicated Akka.NET support.
| 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 is compatible. 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 is compatible. 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 | 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 | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. 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 | tizen40 tizen40 was computed. tizen60 tizen60 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. |
Showing the top 5 NuGet packages that depend on Akka.Streams.TestKit:
| Package | Downloads |
|---|---|
|
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET |
|
|
Akka.Persistence.Sql.TestKit
Akka.NET TestKit for SQL-based ADO.NET Persistence middleware |
|
|
Akkling.Streams.TestKit
F# wrapper library for Akka.NET Streams TestKit library using FsCheck and xUnit. |
|
|
FAkka.Akkling.Streams.TestKit
Package Description |
|
|
Akka.Persistence.TCK.Xunit2
Testkit for Persistence actor support for Akka.NET |
Showing the top 2 popular GitHub repositories that depend on Akka.Streams.TestKit:
| Repository | Stars |
|---|---|
|
akkadotnet/Alpakka
Akka Streams Connectors - Alpakka
|
|
|
petabridge/TurboMqtt
The fastest Message Queue Telemetry Transport (MQTT) client for .NET.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.69 | 153 | 6/12/2026 |
| 1.5.68 | 1,084 | 5/17/2026 |
| 1.5.67 | 1,174 | 4/26/2026 |
| 1.5.66 | 232 | 4/24/2026 |
| 1.5.65 | 526 | 4/10/2026 |
| 1.5.64 | 556 | 3/31/2026 |
| 1.5.63 | 1,085 | 3/23/2026 |
| 1.5.62 | 1,456 | 3/3/2026 |
| 1.5.61 | 362 | 2/26/2026 |
| 1.5.60 | 1,619 | 2/10/2026 |
| 1.5.59 | 684 | 1/26/2026 |
| 1.5.58 | 298 | 1/8/2026 |
| 1.5.57 | 691 | 12/11/2025 |
| 1.5.57-beta2 | 751 | 12/3/2025 |
| 1.5.57-beta1 | 747 | 12/2/2025 |
| 1.5.56 | 2,167 | 11/25/2025 |
| 1.5.55 | 2,323 | 10/26/2025 |
| 1.5.54 | 922 | 10/17/2025 |
| 1.5.53 | 1,613 | 10/10/2025 |
| 1.5.52 | 1,729 | 10/6/2025 |
Akka.NET v1.5.69 is a maintenance release with bug fixes for Akka.DistributedData state propagation, Akka.Core message rejection handling, and Akka.Streams tracing reliability and backpressure cancellation.
**Akka.Streams**
* [Fix: propagate trace context across the `.Async()` actor boundary](https://github.com/akkadotnet/akka.net/pull/8246) - Fixes [#8243](https://github.com/akkadotnet/akka.net/issues/8243): With stream tracing enabled, per-element trace context was dropped at the publisher/subscriber actor boundary introduced by `.Async()`, leaving downstream stages with no ambient `ActivityContext`. Trace context now flows correctly across fused interpreter shells.
* [Add `OfferAsync(T, CancellationToken)` to `ISourceQueue<T>`](https://github.com/akkadotnet/akka.net/pull/8248) รขโฌโ enables cancellation of backpressured pending offers without emitting the cancelled element.
**Akka.Streams Bug Fixes**
* [Fix: observe discarded stream task faults](https://github.com/akkadotnet/akka.net/pull/8242) - Fixes [#8241](https://github.com/akkadotnet/akka.net/issues/8241): Resolves a `NullReferenceException` in the `GraphInterpreter` when tracing across actor boundaries รขโฌโ the interpreter now safely handles null activity context references during stream teardown.
**Akka.Core**
* [Fix: `RejectOnType<TMessage>` should use `Rejection`, not `Failure`](https://github.com/akkadotnet/akka.net/pull/8231) - Fixes [#8231](https://github.com/akkadotnet/akka.net/issues/8231): `RejectOnType` now correctly wraps rejected messages as `Rejection` rather than throwing a `Failure`, matching the expected stream contract.
**Akka.DistributedData**
* [Fix: propagate full state after pruning](https://github.com/akkadotnet/akka.net/pull/8220) - Fixes [#8220](https://github.com/akkadotnet/akka.net/issues/8220): Resolves a bug where pruning could cause incomplete state propagation in `ORSet` and `LWWDictionary`, leading to data inconsistencies during node merges.
1 contributor since release 1.5.68
Akka.NET v1.5.68 is a maintenance release with bug fixes for Akka.IO TCP connection handling, Akka.Streams stream materialized task faults, and Akka.TestKit xUnit 3 parallel context management.
**Akka.IO Bug Fixes**
* [Fix: report `Tcp.CommandFailed` when a scheduled connect retry throws](https://github.com/akkadotnet/akka.net/pull/8214) - Fixes [#8195](https://github.com/akkadotnet/akka.net/issues/8195): On Linux, a dropped TCP connection could permanently stall the user actor รขโฌโ it never received `Tcp.Connected` or `Tcp.CommandFailed` because a `PlatformNotSupportedException` thrown during a scheduled connect retry was swallowed by the `HashedWheelTimerScheduler`. The retry is now scheduled as a `RetryConnect` self-message via `IWithTimers`, ensuring any exception is surfaced to the commander as `Tcp.CommandFailed` and the connection actor stops cleanly. The pending timer is also canceled automatically when the actor stops, removing a latent use-after-dispose bug.
**Akka.Streams Bug Fixes**
* [Fix: observe discarded stream task faults](https://github.com/akkadotnet/akka.net/pull/8212) - Fixes [#8209](https://github.com/akkadotnet/akka.net/issues/8209) and [#8210](https://github.com/akkadotnet/akka.net/issues/8210): `IgnoreSink`, `QueueSource`, and `LazySink` now observe their internal materialized `Task` faults, preventing them from surfacing later as `UnobservedTaskException` events on the thread pool.
**Akka.TestKit Bug Fixes**
* [Fix: wrap outer `SynchronizationContext` in `ActorCellKeepingSynchronizationContext`](https://github.com/akkadotnet/akka.net/pull/8182) - `ActorCellKeepingSynchronizationContext` now accepts an optional inner `SynchronizationContext` and delegates scheduling to it while wrapping callbacks with the cell-pinning window. This prevents test hangs in downstream consumers such as `Akka.Hosting.TestKit` whose async `IHost` lifecycle depends on xUnit v3's `MaxConcurrencySyncContext` scheduling.
1 contributor since release 1.5.67
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 3 | 476 | 119 | Aaron Stannard |
To see the full set of changes in Akka.NET v1.5.68, [click here](https://github.com/akkadotnet/akka.net/milestone/151?closed=1).