Skip to content

Commit a4d7318

Browse files
Update .editorconfig
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 767affc commit a4d7318

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.editorconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -345,14 +345,6 @@ dotnet_diagnostic.SA1300.severity = error
345345
dotnet_diagnostic.IDE1006.severity = error
346346
dotnet_diagnostic.CA1707.severity = error
347347

348-
# VSTHRD (Visual Studio Threading) Rules
349-
dotnet_diagnostic.VSTHRD100.severity = warning # Avoid async void methods
350-
dotnet_diagnostic.VSTHRD101.severity = warning # Avoid unsupported async delegates
351-
dotnet_diagnostic.VSTHRD103.severity = warning # Call async methods when in async method
352-
dotnet_diagnostic.VSTHRD110.severity = warning # Observe result of async calls
353-
dotnet_diagnostic.VSTHRD111.severity = none # Allow synchronous Cancel() - CancelAsync() often overkill
354-
dotnet_diagnostic.VSTHRD200.severity = suggestion # Use Async naming convention
355-
356348
# Source code - strict rules
357349
[src/**/*.cs]
358350
dotnet_diagnostic.SA1300.severity = error

0 commit comments

Comments
 (0)