Akka.Serialization.TestKit 1.4.11-beta

Prefix Reserved
This is a prerelease version of Akka.Serialization.TestKit.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Akka.Serialization.TestKit --version 1.4.11-beta
                    
NuGet\Install-Package Akka.Serialization.TestKit -Version 1.4.11-beta
                    
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="Akka.Serialization.TestKit" Version="1.4.11-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akka.Serialization.TestKit" Version="1.4.11-beta" />
                    
Directory.Packages.props
<PackageReference Include="Akka.Serialization.TestKit" />
                    
Project file
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 Akka.Serialization.TestKit --version 1.4.11-beta
                    
#r "nuget: Akka.Serialization.TestKit, 1.4.11-beta"
                    
#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 Akka.Serialization.TestKit@1.4.11-beta
                    
#: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=Akka.Serialization.TestKit&version=1.4.11-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Akka.Serialization.TestKit&version=1.4.11-beta&prerelease
                    
Install as a Cake Tool

Serialization TestKit for Akka.NET

Product 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 netcoreapp3.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 34 3/31/2026
1.5.63-beta 39 3/23/2026
1.5.62-beta 57 3/3/2026
1.5.61-beta 54 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.11-beta 471 11/5/2020
Loading failed

Maintenance Release for Akka.NET 1.4**
Akka.NET v1.4.11 includes some significant additions to Akka.NET:
[Akka: How prevent "Scheduled sending of heartbeat was delayed" and occasionally network partitions](https://github.com/akkadotnet/akka.net/issues/4432) - all `/system` actors now run on a dedicated dispatcher. This should significantly improve reliablity for Akka.Cluster, Akka.Persistence, and other built-in Akka.NET systems inside heavily utilized environments.
[Akka: Double wildcard implementation for ActorSelection](https://github.com/akkadotnet/akka.net/pull/4375)
[Akka.Remote: Null reference exception due to RemoteActorRefProvider.RemoteInternals](https://github.com/akkadotnet/akka.net/issues/4579)
[Akka.Persistence: Fix premature reset of the 'writeInProgress' flag in case of persistence failure](https://github.com/akkadotnet/akka.net/pull/4556)
[Akka.Cluster: disseminate downing decisions faste](https://github.com/akkadotnet/akka.net/pull/4598)
[Cluster - Add app-version to the Member information](https://github.com/akkadotnet/akka.net/pull/4577) - you can now specify which version of your software is running on each node.
[Akka.Cluster.Sharding: Bring ShardedDaemonProcess up to date](https://github.com/akkadotnet/akka.net/pull/4571)
To see the [full set of fixes in Akka.NET v1.4.11, please see the milestone on Github](https://github.com/akkadotnet/akka.net/milestone/42).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 8 | 1020 | 164 | Gregorius Soedharmo |
| 7 | 399 | 178 | Ismael Hamed |
| 4 | 5 | 5 | dependabot-preview[bot] |
| 4 | 108 | 104 | Aaron Stannard |
| 2 | 232 | 26 | to11mtm |
| 2 | 2 | 2 | Pierre Irrmann |
| 2 | 1969 | 269 | zbynek001 |
| 2 | 155 | 445 | huysentruitw |
| 1 | 1 | 1 | Guillaume Caya-Letourneau |