more warnings

This commit is contained in:
Matt Parker
2025-10-17 19:18:17 +10:00
parent 370c158010
commit 2a80a65738
3 changed files with 6 additions and 2 deletions

View File

@@ -17,4 +17,7 @@ dotnet_diagnostic.VSTHRD200.severity = none
# VSTHRD003: Avoid awaiting foreign Tasks
dotnet_diagnostic.VSTHRD003.severity = none
dotnet_diagnostic.VSTHRD*.severity = none
# VSTHRD100: Avoid async void methods
dotnet_diagnostic.VSTHRD100.severity = none
dotnet_diagnostic.VSTHRD101.severity = none