From 74dec0f7fb7717e9ce5d54046e0e6be13bf563e2 Mon Sep 17 00:00:00 2001 From: SilverFox Date: Thu, 14 Nov 2019 23:15:35 +0800 Subject: [PATCH] Disable static local functions until tests is fixed --- ICSharpCode.Decompiler/DecompilerSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/DecompilerSettings.cs b/ICSharpCode.Decompiler/DecompilerSettings.cs index 1cf0ce8e0..94825477a 100644 --- a/ICSharpCode.Decompiler/DecompilerSettings.cs +++ b/ICSharpCode.Decompiler/DecompilerSettings.cs @@ -1065,7 +1065,7 @@ namespace ICSharpCode.Decompiler } } - bool staticLocalFunctions = true; + bool staticLocalFunctions = false; /// /// Gets/Sets whether C# 8.0 static local functions should be transformed.