Skip to content

Conversation

Arkatufus
Copy link
Contributor

1.5.43 June 10th, 2025

Akka.NET v1.5.43 contains several bug fixes and also adds new quality of life features.

New Akka.Analyzer Rules

We've added three new Akka.Analyzer rules, AK2003, AK2004, and AK2005. All of them addresses the same Akka anti-pattern where a void async delegate is being passed into the ReceiveActor.Receive<T>() (AK2003), IDslActor.Receive<T>() (AK2004), and ReceivePersistentActor.Command<T>() (AK2005) message handlers.

Here are the documentation for each new rules:

4 contributors since release 1.5.42

COMMITS LOC+ LOC- AUTHOR
7 435 19 Gregorius Soedharmo
2 26 23 Mark Dinh
1 49 136 Simon Cropp
1 4 0 Aaron Stannard

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

@Aaronontheweb Aaronontheweb merged commit a3ddaf3 into akkadotnet:dev Jun 10, 2025
11 checks passed
@Arkatufus Arkatufus deleted the release/Update-RELEASE_NOTES-for-1.5.43 branch June 10, 2025 19:39
This was referenced Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants