Suppress CS1062 (Unreachable code detected)
This commit is contained in:
4
.editorconfig
Normal file
4
.editorconfig
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[*.cs]
|
||||||
|
|
||||||
|
# CS0162: Unreachable code detected
|
||||||
|
dotnet_diagnostic.CS0162.severity = none
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user