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