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