Akka.Serialization.TestKit
1.3.12-beta
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Serialization.TestKit --version 1.3.12-beta
NuGet\Install-Package Akka.Serialization.TestKit -Version 1.3.12-beta
<PackageReference Include="Akka.Serialization.TestKit" Version="1.3.12-beta" />
<PackageVersion Include="Akka.Serialization.TestKit" Version="1.3.12-beta" />
<PackageReference Include="Akka.Serialization.TestKit" />
paket add Akka.Serialization.TestKit --version 1.3.12-beta
#r "nuget: Akka.Serialization.TestKit, 1.3.12-beta"
#:package Akka.Serialization.TestKit@1.3.12-beta
#addin nuget:?package=Akka.Serialization.TestKit&version=1.3.12-beta&prerelease
#tool nuget:?package=Akka.Serialization.TestKit&version=1.3.12-beta&prerelease
Serialization TestKit for Akka.NET
| 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. 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 | tizen30 was computed. 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.Tests.Shared.Internals (>= 1.0.0)
-
.NETStandard 1.6
- Akka.Tests.Shared.Internals (>= 1.0.0)
- NETStandard.Library (>= 1.6.1)
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.62-beta | 40 | 3/3/2026 |
| 1.5.61-beta | 48 | 2/26/2026 |
| 1.5.60-beta | 50 | 2/10/2026 |
| 1.5.59-beta | 51 | 1/26/2026 |
| 1.5.58-beta | 64 | 1/8/2026 |
| 1.5.57-beta2-beta | 630 | 12/3/2025 |
| 1.5.57-beta1-beta | 636 | 12/2/2025 |
| 1.5.57-beta | 385 | 12/11/2025 |
| 1.5.56-beta | 151 | 11/25/2025 |
| 1.5.55-beta | 153 | 10/26/2025 |
| 1.5.54-beta | 106 | 10/17/2025 |
| 1.5.53-beta | 140 | 10/10/2025 |
| 1.5.52-beta | 153 | 10/6/2025 |
| 1.5.51-beta | 159 | 10/1/2025 |
| 1.5.50-beta | 175 | 9/22/2025 |
| 1.5.49-beta | 153 | 9/10/2025 |
| 1.5.48-beta | 101 | 8/22/2025 |
| 1.5.47-beta | 163 | 8/14/2025 |
| 1.5.46-beta | 149 | 7/17/2025 |
| 1.3.12-beta | 605 | 3/14/2019 |
Maintenance Release for Akka.NET 1.3**
This will be the final bugfix release for Akka.NET v1.3.* - going forward we will be working on releasing Akka.NET v1.4.
This patch contains many important bug fixes and improvements:
[Akka.Cluster.Sharding: Automatic passivation for sharding](https://github.com/akkadotnet/akka.net/pull/3718)
[Akka.Persistence: Optimize AtLeastOnceDelivery by not scheduling ticks when not needed](https://github.com/akkadotnet/akka.net/pull/3704)
[Akka.Persistence.Sql.Common: Bugfix CurrentEventsByTag does not return more than a 100 events](https://github.com/akkadotnet/akka.net/issues/3697)
[Akka.Persistence.Sql.Common: DeleteMessages when journal is empty causes duplicate key SQL exception](https://github.com/akkadotnet/akka.net/issues/3721)
[Akka.Cluster: SplitBrainResolver: don't down oldest if alone in cluster](https://github.com/akkadotnet/akka.net/pull/3690)
[Akka: Include manifest or class in missing serializer failure if possible](https://github.com/akkadotnet/akka.net/pull/3701)
[Akka: Memory leak when disposing actor system with non default ActorRefProvider](https://github.com/akkadotnet/akka.net/issues/2640)
To [see the full set of changes for Akka.NET v1.3.12, click here](https://github.com/akkadotnet/akka.net/milestone/30).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 8 | 1487 | 357 | Ismael Hamed |
| 7 | 126 | 120 | jdsartori |
| 3 | 198 | 4 | JSartori |
| 3 | 155 | 22 | Aaron Stannard |
| 2 | 11 | 2 | Peter Lin |
| 1 | 8 | 4 | Raimund Hirz |
| 1 | 7 | 0 | Warren Falk |
| 1 | 45 | 6 | Peter Huang |
| 1 | 14 | 13 | Bartosz Sypytkowski |
| 1 | 11 | 1 | Greg Shackles |
| 1 | 10 | 10 | Jill D. Headen |
| 1 | 1 | 1 | Isaac Z |