1 write to StdErr
Microsoft.Arcade.Common (1)
CommandResult.cs (1)
24StdErr = stdErr;
2 references to StdErr
Microsoft.Arcade.Common (2)
CommandResult.cs (2)
40if (!string.IsNullOrEmpty(StdErr)) 42message.AppendLine($"{Environment.NewLine}Standard Error:{Environment.NewLine}{StdErr}");