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

View File

@@ -19,6 +19,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Il2CppTests", "Il2CppTests\
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46226B08-22BA-455E-8B99-F496E90EDCBC}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46226B08-22BA-455E-8B99-F496E90EDCBC}"
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
docs\CSProj_Preview.png = docs\CSProj_Preview.png docs\CSProj_Preview.png = docs\CSProj_Preview.png
get-plugins.ps1 = get-plugins.ps1 get-plugins.ps1 = get-plugins.ps1
get-plugins.sh = get-plugins.sh get-plugins.sh = get-plugins.sh