1 write to StdOut
Microsoft.Arcade.Common (1)
CommandResult.cs (1)
23
StdOut
= stdOut;
2 references to StdOut
Microsoft.Arcade.Common (2)
CommandResult.cs (2)
35
if (!string.IsNullOrEmpty(
StdOut
))
37
message.AppendLine($"{Environment.NewLine}Standard Output:{Environment.NewLine}{
StdOut
}");