Learning/.editorconfig

5 lines
147 B
INI
Raw Normal View History

2023-05-05 18:58:11 +00:00
[*.cs]
# CS8625: Ein NULL-Literal kann nicht in einen Non-Nullable-Verweistyp konvertiert werden.
dotnet_diagnostic.CS8625.severity = none