8 lines
236 B
INI
8 lines
236 B
INI
![]() |
[*.cs]
|
||
|
|
||
|
# Default severity for all analyzer diagnostics
|
||
|
dotnet_analyzer_diagnostic.severity = none
|
||
|
|
||
|
# CS4014: 由于此调用不会等待,因此在调用完成前将继续执行当前方法
|
||
|
dotnet_diagnostic.CS4014.severity = none
|