1 write to Message
System.CommandLine (1)
Parsing\ParseError.cs (1)
20Message = message;
7 references to Message
dotnet (3)
Commands\Hidden\Parse\ParseCommand.cs (1)
42Console.WriteLine(error?.Message);
Extensions\ParseResultExtensions.cs (2)
48return ErrorContainsAllParts(error.Message, rawResourcePartsForThisLocale); 55message: string.Join(Environment.NewLine, parseResult.Errors.Select(e => e.Message)),
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
360logger.LogError(error.Message);
Microsoft.TemplateEngine.Cli (1)
Commands\create\InvalidTemplateOptionResult.cs (1)
104error.Message);
System.CommandLine (2)
Invocation\ParseErrorAction.cs (1)
56stdErr.WriteLine(error.Message);
Parsing\ParseError.cs (1)
35public override string ToString() => Message;