SOMS/.editorconfig

8 lines
236 B
INI
Raw Normal View History

2024-07-15 10:31:26 +08:00
[*.cs]
# Default severity for all analyzer diagnostics
dotnet_analyzer_diagnostic.severity = none
# CS4014: 由于此调用不会等待,因此在调用完成前将继续执行当前方法
dotnet_diagnostic.CS4014.severity = none