From 21fbce65dfadb9fe4592138d8258117dacefd005 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Sun, 12 Jun 2022 23:40:11 -0500 Subject: [PATCH] Changed GenerateDataMappingModels default value to false --- UIX/Microsoft/Iris/Debug/DebugSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIX/Microsoft/Iris/Debug/DebugSettings.cs b/UIX/Microsoft/Iris/Debug/DebugSettings.cs index a15a717..5be66be 100644 --- a/UIX/Microsoft/Iris/Debug/DebugSettings.cs +++ b/UIX/Microsoft/Iris/Debug/DebugSettings.cs @@ -15,7 +15,7 @@ namespace Microsoft.Iris.Debug public List DecompileResults { get; } = new List(); public TraceSettings TraceSettings { get; } = TraceSettings.Current; - public bool GenerateDataMappingModels { get; set; } = true; + public bool GenerateDataMappingModels { get; set; } = false; public DataMappingModelsList DataMappingModels { get; } = new DataMappingModelsList(); public Bridge Bridge { get; } =