Changed GenerateDataMappingModels default value to false

This commit is contained in:
Yoshi Askharoun
2022-06-12 23:40:11 -05:00
parent 6d48431191
commit 21fbce65df
+1 -1
View File
@@ -15,7 +15,7 @@ namespace Microsoft.Iris.Debug
public List<System.Xml.XmlDocument> DecompileResults { get; } = new List<System.Xml.XmlDocument>(); public List<System.Xml.XmlDocument> DecompileResults { get; } = new List<System.Xml.XmlDocument>();
public TraceSettings TraceSettings { get; } = TraceSettings.Current; 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 DataMappingModelsList DataMappingModels { get; } = new DataMappingModelsList();
public Bridge Bridge { get; } = public Bridge Bridge { get; } =