.editorconfig 236 B

1234567
  1. [*.cs]
  2. # Default severity for all analyzer diagnostics
  3. dotnet_analyzer_diagnostic.severity = none
  4. # CS4014: 由于此调用不会等待,因此在调用完成前将继续执行当前方法
  5. dotnet_diagnostic.CS4014.severity = none