aoc2019/.editorconfig

5 lines
168 B
INI

[*.cs]
# CS8509: The switch expression does not handle all possible values of its input type (it is not exhaustive).
dotnet_diagnostic.CS8509.severity = suggestion