5 writes to Error
aspire (1)
Program.cs (1)
1401Error = 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(); 373var expectedExitCode = await command.Parse(args).InvokeAsync(new InvocationConfiguration { Output = expected, Error = error }).DefaultTimeout();
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
101Error = output
7 references to Error
dotnet-sourcelink (4)
System.CommandLine (2)
Invocation\InvocationPipeline.cs (1)
146var error = parseResult.InvocationConfiguration.Error;
Invocation\ParseErrorAction.cs (1)
52var stdErr = parseResult.InvocationConfiguration.Error;
System.CommandLine.StaticCompletions (1)
CompletionsCommandParser.cs (1)
47args.InvocationConfiguration.Error.WriteLine(Resources.Strings.GenerateCommand_SuggestDirectiveDisabledWarning);