Akka.TestKit
1.4.0-beta3
Prefix Reserved
See the version list below for details.
dotnet add package Akka.TestKit --version 1.4.0-beta3
NuGet\Install-Package Akka.TestKit -Version 1.4.0-beta3
<PackageReference Include="Akka.TestKit" Version="1.4.0-beta3" />
<PackageVersion Include="Akka.TestKit" Version="1.4.0-beta3" />
<PackageReference Include="Akka.TestKit" />
paket add Akka.TestKit --version 1.4.0-beta3
#r "nuget: Akka.TestKit, 1.4.0-beta3"
#:package Akka.TestKit@1.4.0-beta3
#addin nuget:?package=Akka.TestKit&version=1.4.0-beta3&prerelease
#tool nuget:?package=Akka.TestKit&version=1.4.0-beta3&prerelease
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
NuGet packages (16)
Showing the top 5 NuGet packages that depend on Akka.TestKit:
| Package | Downloads |
|---|---|
|
Akka.TestKit.Xunit2
TestKit for writing tests for Akka.NET using xUnit. |
|
|
Akka.TestKit.Xunit
TestKit for writing tests for Akka.NET using xUnit. |
|
|
Akka.Persistence.TestKit
TestKit for writing tests for Akka.NET Persistance module. |
|
|
Akka.Streams.TestKit
Testkit for Reactive stream support for Akka.NET |
|
|
Akka.TestKit.NUnit
TestKit for writing tests for Akka.NET using NUnit. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Akka.TestKit:
| Repository | Stars |
|---|---|
|
neo-project/neo
NEO Smart Economy
|
|
|
ThembisileNGQ/Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
|
|
|
superquanter/quanter
从原来的StockTrader迁移过来
|
|
|
Horusiath/AkkaCQRS
Event sourcing example build on Akka.NET with persistence plugin
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.62 | 841 | 3/3/2026 |
| 1.5.61 | 2,091 | 2/26/2026 |
| 1.5.60 | 12,072 | 2/10/2026 |
| 1.5.59 | 9,467 | 1/26/2026 |
| 1.5.58 | 17,233 | 1/8/2026 |
| 1.5.57 | 11,467 | 12/11/2025 |
| 1.5.57-beta2 | 1,905 | 12/3/2025 |
| 1.5.57-beta1 | 1,041 | 12/2/2025 |
| 1.5.56 | 11,874 | 11/25/2025 |
| 1.5.55 | 24,979 | 10/26/2025 |
| 1.5.54 | 9,291 | 10/17/2025 |
| 1.5.53 | 15,197 | 10/10/2025 |
| 1.5.52 | 10,639 | 10/6/2025 |
| 1.5.51 | 5,903 | 10/1/2025 |
| 1.5.50 | 6,437 | 9/22/2025 |
| 1.5.49 | 8,322 | 9/10/2025 |
| 1.5.48 | 13,589 | 8/22/2025 |
| 1.5.47 | 4,944 | 8/14/2025 |
| 1.5.46 | 13,405 | 7/17/2025 |
| 1.4.0-beta3 | 8,440 | 10/30/2019 |
Third pre-release candidate for Akka.NET 1.4**
This release contains some more significant changes for Akka.NET v1.4.0.
All APIs in Akka.Streams, Akka, and elsewhere which used to return `Tuple<T1, T2>` now support the equivalent `ValueTuple<T1,T2>` syntax - so new language features such as tuple deconstruction can be used by our users.
Upgraded to Hyperion 0.9.10, which properly supports .NET Core 3.0 and cross-platform communication between .NET Framework and .NET Core.
All `ILoggingAdapter` instances running inside Akka.NET actors will now include the full Akka.Remote `Address` during logging, which is very helpful for users who aggregate their logs inside consolidated systems.
Various Akka.Cluster.Sharding fixes.
To [follow our progress on the Akka.NET v1.4 milestone, click here](https://github.com/akkadotnet/akka.net/milestone/17).
We expect to release more beta versions in the future, and if you wish to [get access to nightly Akka.NET builds then click here](https://getakka.net/community/getting-access-to-nightly-builds.html).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 115 | 10739 | 8969 | Aaron Stannard |
| 13 | 11671 | 1059 | Bartosz Sypytkowski |
| 10 | 16 | 16 | dependabot-preview[bot] |
| 6 | 897 | 579 | Sean Gilliam |
| 6 | 1744 | 358 | zbynek001 |
| 5 | 568 | 240 | Ismael Hamed |
| 5 | 116 | 14 | Andre Loker |
| 3 | 4457 | 8 | Valdis Zobēla |
| 3 | 2 | 2 | Arjen Smits |
| 3 | 14 | 9 | cptjazz |
| 2 | 7 | 7 | jdsartori |
| 2 | 4 | 6 | Onur Gumus |
| 2 | 1341 | 1182 | Igor Fedchenko |
| 1 | 65 | 47 | Ondrej Pialek |
| 1 | 3 | 3 | Abi |
| 1 | 3 | 1 | jg11jg |
| 1 | 18 | 16 | Peter Huang |
| 1 | 1 | 2 | Maciej Wódke |
| 1 | 1 | 1 | Wessel Kranenborg |
| 1 | 1 | 1 | Kaiwei Li |
| 1 | 1 | 1 | Greatsamps |
| 1 | 1 | 1 | Andre |