Akka.Remote.TestKit
1.4.0-beta3
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Remote.TestKit --version 1.4.0-beta3
NuGet\Install-Package Akka.Remote.TestKit -Version 1.4.0-beta3
<PackageReference Include="Akka.Remote.TestKit" Version="1.4.0-beta3" />
<PackageVersion Include="Akka.Remote.TestKit" Version="1.4.0-beta3" />
<PackageReference Include="Akka.Remote.TestKit" />
paket add Akka.Remote.TestKit --version 1.4.0-beta3
#r "nuget: Akka.Remote.TestKit, 1.4.0-beta3"
#:package Akka.Remote.TestKit@1.4.0-beta3
#addin nuget:?package=Akka.Remote.TestKit&version=1.4.0-beta3&prerelease
#tool nuget:?package=Akka.Remote.TestKit&version=1.4.0-beta3&prerelease
TestKit for Testing Distributed Akka.NET Applications
| 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. |
-
.NETFramework 4.5.2
- Akka.Remote (>= 1.4.0-beta3)
- Akka.TestKit.Xunit2 (>= 1.4.0-beta3)
- Google.Protobuf (>= 3.10.0)
-
.NETStandard 2.0
- Akka.Remote (>= 1.4.0-beta3)
- Akka.TestKit.Xunit2 (>= 1.4.0-beta3)
- Google.Protobuf (>= 3.10.0)
- System.Collections.Specialized (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Akka.Remote.TestKit:
| Package | Downloads |
|---|---|
|
Akka.Cluster.TestKit
Helper classes for combining the Akka.Remote.TestKit with Akka.Cluster |
|
|
Akkatecture.MultiNode.Shared
Wrapper for akka.net multinode test runner shared libraries |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Akka.Remote.TestKit:
| Repository | Stars |
|---|---|
|
ThembisileNGQ/Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.62 | 60 | 3/3/2026 |
| 1.5.61 | 91 | 2/26/2026 |
| 1.5.60 | 173 | 2/10/2026 |
| 1.5.59 | 250 | 1/26/2026 |
| 1.5.58 | 243 | 1/8/2026 |
| 1.5.57 | 536 | 12/11/2025 |
| 1.5.57-beta2 | 714 | 12/3/2025 |
| 1.5.57-beta1 | 727 | 12/2/2025 |
| 1.5.56 | 937 | 11/25/2025 |
| 1.5.55 | 417 | 10/26/2025 |
| 1.5.54 | 248 | 10/17/2025 |
| 1.5.53 | 296 | 10/10/2025 |
| 1.5.52 | 1,228 | 10/6/2025 |
| 1.5.51 | 418 | 10/1/2025 |
| 1.5.50 | 307 | 9/22/2025 |
| 1.5.49 | 312 | 9/10/2025 |
| 1.5.48 | 300 | 8/22/2025 |
| 1.5.47 | 370 | 8/14/2025 |
| 1.5.46 | 343 | 7/17/2025 |
| 1.4.0-beta3 | 1,500 | 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 |