This code allows you to load any existing Azure Data Factory project file (*.dfproj) and perform further actions like "Export to ARM Template" or to debug custom C# activities
currently, values coming from a Config file only overwrite properties which have a value of "". This is not consistent with how ADF works.
ADFLocalEnvironment should replace all values defined in config files regardless of their original value
currently, values coming from a Config file only overwrite properties which have a value of "". This is not consistent with how ADF works.
ADFLocalEnvironment should replace all values defined in config files regardless of their original value