Suppress CS1062 (Unreachable code detected)

This commit is contained in:
Katy Coe
2021-01-12 00:32:30 +01:00
parent 61eb6964fc
commit 9c2f314d83
2 changed files with 5 additions and 0 deletions

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
[*.cs]
# CS0162: Unreachable code detected
dotnet_diagnostic.CS0162.severity = none