Chess-Challenge/.editorconfig

7 lines
266 B
INI
Raw Normal View History

2023-07-21 14:16:37 +02:00
[*.cs]
# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = silent
# CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
dotnet_diagnostic.CS8618.severity = silent