Akka.Management icon indicating copy to clipboard operation
Akka.Management copied to clipboard

Need to make AkkaManagementSetup and ClusterBootstrapSetup immutable

Open Arkatufus opened this issue 3 years ago • 1 comments

These Setup classes introduced in #730 and #731 are mutable right now, will need to make them immutable in the future, most probably by converting them to record when we switch to .NET 6 fully.

Arkatufus avatar Aug 08 '22 15:08 Arkatufus

Going to assume this is something that'll happen around Akka.NET 2.0

Aaronontheweb avatar Sep 23 '22 14:09 Aaronontheweb