related to #42 which fixed code gen. Documentation is still however missing.
Reproduce with this alias.
public System.Int32 StartProcess(Cake.Core.IO.FilePath fileName, Cake.Core.IO.ProcessSettings settings, out System.Collections.Generic.IEnumerable<System.String> redirectedOutput)
{
return Cake.Common.ProcessAliases.StartProcess(Context, fileName, settings, out redirectedOutput);
}
ping @patriksvensson
related to #42 which fixed code gen. Documentation is still however missing.
Reproduce with this alias.
ping @patriksvensson