fix namespaces, compiler warnings and messages

This commit is contained in:
Mikhail Tyukin
2025-07-21 09:08:13 -04:00
parent 0af41389ab
commit 84766e1c34
289 changed files with 1669 additions and 1665 deletions

View File

@@ -33,10 +33,7 @@ namespace ServerSelector
}
if (_settings == null)
{
_settings = new();
}
_settings ??= new();
return _settings;
}