1 write to Error
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
100Error = 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);