5 writes to Error
aspire (1)
Program.cs (1)
1401
Error
= error,
Aspire.Cli.Tests (3)
Commands\CompletionsCommandTests.cs (3)
34
.InvokeAsync(new InvocationConfiguration { Output = output,
Error
= error }).DefaultTimeout();
113
.InvokeAsync(new InvocationConfiguration { Output = output,
Error
= error }).DefaultTimeout();
373
var expectedExitCode = await command.Parse(args).InvokeAsync(new InvocationConfiguration { Output = expected,
Error
= error }).DefaultTimeout();
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
101
Error
= output
7 references to Error
dotnet-sourcelink (4)
Program.cs (4)
163
_parseResult.InvocationConfiguration.
Error
.Write(message);
164
_parseResult.InvocationConfiguration.
Error
.Write(Environment.NewLine);
192
parseResult.InvocationConfiguration.
Error
.Write("Operation canceled.");
193
parseResult.InvocationConfiguration.
Error
.Write(Environment.NewLine);
System.CommandLine (2)
Invocation\InvocationPipeline.cs (1)
146
var error = parseResult.InvocationConfiguration.
Error
;
Invocation\ParseErrorAction.cs (1)
52
var stdErr = parseResult.InvocationConfiguration.
Error
;
System.CommandLine.StaticCompletions (1)
CompletionsCommandParser.cs (1)
47
args.InvocationConfiguration.
Error
.WriteLine(Resources.Strings.GenerateCommand_SuggestDirectiveDisabledWarning);