3 references to GetMissingCommandMessage
aspire (3)
Projects\ExtensionGuestLauncher.cs (1)
49errorOutput.AppendError(CommandPathResolver.GetMissingCommandMessage(command));
Projects\ProcessGuestLauncher.cs (1)
55var errorMessage = CommandPathResolver.GetMissingCommandMessage(command);
Utils\CommandPathResolver.cs (1)
54errorMessage = GetMissingCommandMessage(command);