Rewrite StringKey hashing to fix issues on .NET Framework
All checks were successful
Build / Build (push) Successful in 1m3s

This commit is contained in:
2025-07-20 09:40:33 +02:00
parent bf83b25238
commit db3f7f2403
3 changed files with 59 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ public static class TestCommandRunner
}
}
pb?.Dispose();
Console.WriteLine(); // Ensure the progress bar output is on a new line after completion
var t2 = DateTime.UtcNow;
Log.Information("{Amount} battles completed in {Duration} ms", battles, (t2 - t1).TotalMilliseconds);