Files
2022-04-21 18:07:59 +02:00

8 lines
189 B
INI

[*.cs]
# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = none
# CS8629: Nullable value type may be null.
dotnet_diagnostic.CS8629.severity = none