File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -345,14 +345,6 @@ dotnet_diagnostic.SA1300.severity = error
345345dotnet_diagnostic.IDE1006.severity = error
346346dotnet_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 ]
358350dotnet_diagnostic.SA1300.severity = error
You can’t perform that action at this time.
0 commit comments