qol: use type keywords and more interpolated strings

This commit is contained in:
Gary Sharp
2025-07-20 15:44:44 +10:00
parent 58546ed16d
commit 4c27b0ff3c
16 changed files with 66 additions and 86 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace Disco.Services.Logging
private static object _LogModulesLock = new object();
private static LogContext _Current;
private static object _CurrentLock = new Object();
private static object _CurrentLock = new object();
public static LogContext Current
{
get