github akkadotnet/akka.net 1.5.64
akka.net v1.5.64

10 hours ago

1.5.64 March 31st, 2026

Akka.NET v1.5.64 is a maintenance release focused on completing the xUnit 3 migration for TestKit packages, removing the FluentAssertions transitive dependency, and merging the Multi-Node Test Runner back into the core repository.

FluentAssertions Removal

Due to the recent commercialization of FluentAssertions, we have completed the removal of the FluentAssertions transitive dependency from all Akka.TestKit.* packages. If your tests relied on the transitive FluentAssertions dependency provided by Akka.NET TestKit packages, you will need to add a direct reference to FluentAssertions in your own project.

TestKit Package Naming Convention

As part of the ongoing xUnit 3 migration, TestKit packages now follow a naming convention: packages with the .Xunit postfix provide xUnit 3 support, while packages with the .Xunit2 postfix provide xUnit 2 support.

1 contributor since release 1.5.63

COMMITS LOC+ LOC- AUTHOR
5 17427 3874 Gregorius Soedharmo

To see the full set of changes in Akka.NET v1.5.64, click here.

Changes:

This list of changes was auto generated.

Don't miss a new akka.net release

NewReleases is sending notifications on new releases.