mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Changed GenerateDataMappingModels default value to false
This commit is contained in:
@@ -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; } =
|
||||||
|
|||||||
Reference in New Issue
Block a user