Minecraft-Console-Client/MinecraftClient/Logger
copilot-swe-agent[bot] 74def7c512 Modernize lock object declarations from object to System.Threading.Lock
Replace all lock object declarations using 'object' type with the C# 13
System.Threading.Lock type across 12 files. The Lock type provides a
more efficient locking mechanism - when used with lock(), the compiler
automatically uses Lock.EnterScope() instead of Monitor.Enter/Exit.

Also made two previously non-readonly lock fields readonly:
- McClient.DigLock
- Protocol18.MessageSigningLock

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 00:15:21 +00:00
..
FileLogLogger.cs Modernize lock object declarations from object to System.Threading.Lock 2026-03-24 00:15:21 +00:00
FilteredLogger.cs Update translations 2022-10-06 18:12:32 +08:00
ILogger.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
LoggerBase.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00