.editorconfig 123 B

1234
  1. [*.cs]
  2. # CS8625: 无法将 null 字面量转换为非 null 的引用类型。
  3. dotnet_diagnostic.CS8625.severity = none