Fix a lot of the analyzer warnings too

This commit is contained in:
Loporrit
2025-06-30 20:17:08 +00:00
parent dd42bf0913
commit aa377439ce
46 changed files with 160 additions and 210 deletions
+3
View File
@@ -115,3 +115,6 @@ csharp_style_prefer_primary_constructors = false
# S3267: Loops should be simplified with "LINQ" expressions
dotnet_diagnostic.S3267.severity = silent
# MA0048: File name must match type name
dotnet_diagnostic.MA0048.severity = silent