You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Created `LogConsensus` helper inside `ConsensusCheckBuilder.Build` to consolidate debug logging for consensus evaluations.
3
+
- Replaced duplicated `Logger.LogDebug` blocks in single-key and multi-key branches with calls to the helper, reducing repetition and improving maintainability.
4
+
- Verified .NET 8 installation and ran core test suites (`Proto.Actor.Tests`, `Proto.Remote.Tests`, `Proto.Cluster.Tests`) to ensure no regressions.
0 commit comments