Akka.Serialization.TestKit
1.4.17-beta
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Serialization.TestKit --version 1.4.17-beta
NuGet\Install-Package Akka.Serialization.TestKit -Version 1.4.17-beta
<PackageReference Include="Akka.Serialization.TestKit" Version="1.4.17-beta" />
<PackageVersion Include="Akka.Serialization.TestKit" Version="1.4.17-beta" />
<PackageReference Include="Akka.Serialization.TestKit" />
paket add Akka.Serialization.TestKit --version 1.4.17-beta
#r "nuget: Akka.Serialization.TestKit, 1.4.17-beta"
#:package Akka.Serialization.TestKit@1.4.17-beta
#addin nuget:?package=Akka.Serialization.TestKit&version=1.4.17-beta&prerelease
#tool nuget:?package=Akka.Serialization.TestKit&version=1.4.17-beta&prerelease
Serialization TestKit for Akka.NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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 | netcoreapp3.1 is compatible. |
| .NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- Akka.Tests.Shared.Internals (>= 1.4.17)
-
.NETFramework 4.7.1
- Akka.Tests.Shared.Internals (>= 1.4.17)
-
net5.0
- Akka.Tests.Shared.Internals (>= 1.4.17)
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 |
|---|---|---|
| 1.5.64-beta | 41 | 3/31/2026 |
| 1.5.63-beta | 40 | 3/23/2026 |
| 1.5.62-beta | 57 | 3/3/2026 |
| 1.5.61-beta | 55 | 2/26/2026 |
| 1.5.60-beta | 56 | 2/10/2026 |
| 1.5.59-beta | 55 | 1/26/2026 |
| 1.5.58-beta | 67 | 1/8/2026 |
| 1.5.57-beta2-beta | 635 | 12/3/2025 |
| 1.5.57-beta1-beta | 641 | 12/2/2025 |
| 1.5.57-beta | 398 | 12/11/2025 |
| 1.5.56-beta | 155 | 11/25/2025 |
| 1.5.55-beta | 157 | 10/26/2025 |
| 1.5.54-beta | 108 | 10/17/2025 |
| 1.5.53-beta | 143 | 10/10/2025 |
| 1.5.52-beta | 157 | 10/6/2025 |
| 1.5.51-beta | 163 | 10/1/2025 |
| 1.5.50-beta | 178 | 9/22/2025 |
| 1.5.49-beta | 154 | 9/10/2025 |
| 1.5.48-beta | 105 | 8/22/2025 |
| 1.4.17-beta | 368 | 3/10/2021 |
Maintenance Release for Akka.NET 1.4**
This is a more significant release of Akka.NET that solves a number of bugs, introduces new features, and more.
Introduction of Akka.Cluster.SBR - Lightbend's Split Brain Resolvers**
In Akka.NET v1.4.17 we introduce a new set of Akka.Cluster split brain resolvers for Akka.NET, which are based on the recently open sourced Lightbend implementations of the same. We've [documented how to work with each of the new SBR types here](https://getakka.net/articles/clustering/split-brain-resolver.html), but here's the complete list:
`static-quorum`
`keep-majority`
`keep-oldest`
`down-all`
`lease-majority`
`keep-referee` - only available with the legacy split brain resolver (still ships with Akka.NET.)
Other bug fixes:
[Akka: Parse expressions where possible to avoid penalties for `.Compile()`](https://github.com/akkadotnet/akka.net/pull/4712)
[Akka: Ask can't find temporary actor inside async context](https://github.com/akkadotnet/akka.net/issues/4384)
[Akka: Add Serialization.WithTransport overload that takes TState](https://github.com/akkadotnet/akka.net/pull/4764)
[Akka.DependencyInjection: Allow different versions of MS Abstractions nuget package](https://github.com/akkadotnet/akka.net/pull/4739)
[Akka.DependencyInjection: `ServiceProviderProps` did not copy over `Deploy` and `SupervisorStrategy` properties properly](https://github.com/akkadotnet/akka.net/pull/4745)
[Akka.Cluster.Tools: on singleton-proxy setting buffer-size to 0 via Hocon fail on exception](https://github.com/akkadotnet/akka.net/issues/4763)
[Akka.Streams: InputStreamPublisher cannot be cancelled and StreamRef will be blocked](https://github.com/akkadotnet/akka.net/issues/4744)
[Akka.DistributedData: ORDictionary.DeltaGroup.Merge InvalidCastException](https://github.com/akkadotnet/akka.net/issues/4806)
[Akka.TestKit: `Expect(0)` with `EventFilter` does not work](https://github.com/akkadotnet/akka.net/issues/4770)
To see the [full set of fixes in Akka.NET v1.4.17, please see the milestone on Github](https://github.com/akkadotnet/akka.net/milestone/47).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 20 | 282 | 237 | IgorFedchenko |
| 14 | 76 | 25 | Aaron Stannard |
| 13 | 17 | 17 | dependabot-preview[bot] |
| 8 | 1031 | 749 | Igor Fedchenko |
| 6 | 225 | 53 | Gregorius Soedharmo |
| 3 | 3 | 3 | Brah McDude |
| 2 | 328 | 21 | Drew |
| 1 | 4053 | 59 | zbynek001 |
| 1 | 2 | 1 | Vagif Abilov |