From 9c2f314d838c44e0d4c57c927b61e2e2090d748f Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Tue, 12 Jan 2021 00:32:30 +0100 Subject: [PATCH] Suppress CS1062 (Unreachable code detected) --- .editorconfig | 4 ++++ Il2CppInspector.sln | 1 + 2 files changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4af53c0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# CS0162: Unreachable code detected +dotnet_diagnostic.CS0162.severity = none diff --git a/Il2CppInspector.sln b/Il2CppInspector.sln index 2c9e8a8..d5bbdd4 100644 --- a/Il2CppInspector.sln +++ b/Il2CppInspector.sln @@ -19,6 +19,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Il2CppTests", "Il2CppTests\ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46226B08-22BA-455E-8B99-F496E90EDCBC}" ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig docs\CSProj_Preview.png = docs\CSProj_Preview.png get-plugins.ps1 = get-plugins.ps1 get-plugins.sh = get-plugins.sh