public TaskGenerator() { this.propertiesTypesToIgnore = new string[] { "AdditionalOptions" }; this.platform = string.Empty; this.dependencyList = new Dictionary <string, Property>(StringComparer.OrdinalIgnoreCase); this.errorLog = new LinkedList <string>(); this.taskParser = new TaskParser(); this.relationsParser = new RelationsParser(); }
public TaskGenerator() { this.propertiesTypesToIgnore = new string[] { "AdditionalOptions" }; this.platform = string.Empty; this.dependencyList = new Dictionary<string, Property>(StringComparer.OrdinalIgnoreCase); this.errorLog = new LinkedList<string>(); this.taskParser = new TaskParser(); this.relationsParser = new RelationsParser(); }