.editorconfig 132 B

1234
  1. [*.cs]
  2. # CS8600: 将 null 字面量或可能为 null 的值转换为非 null 类型。
  3. dotnet_diagnostic.CS8600.severity = none