1 write to StdErr
Microsoft.Arcade.Common (1)
CommandResult.cs (1)
24StdErr = stdErr;
4 references to StdErr
Microsoft.Arcade.Common (2)
CommandResult.cs (2)
40if (!string.IsNullOrEmpty(StdErr)) 42message.AppendLine($"{Environment.NewLine}Standard Error:{Environment.NewLine}{StdErr}");
Microsoft.DotNet.Helix.Sdk (2)
InstallDotNetTool.cs (2)
175Environment.NewLine + (string.IsNullOrEmpty(result.StdErr) ? result.StdOut : result.StdErr));