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
@@ -105,7 +105,7 @@ namespace Disco.Client
}
}
Debug.WriteLine("Error Report Logged to Server; Response: {0}", reportResponse);
Debug.WriteLine($"Error Report Logged to Server; Response: {reportResponse}");
}
#endregion