1 write to StdErr
Microsoft.Arcade.Common (1)
CommandResult.cs (1)
24
StdErr
= stdErr;
4 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
}");
Microsoft.DotNet.Helix.Sdk (2)
InstallDotNetTool.cs (2)
175
Environment.NewLine + (string.IsNullOrEmpty(result.
StdErr
) ? result.StdOut : result.
StdErr
));