21 references to Information
aspire (21)
Backchannel\AppHostConnectionResolver.cs (1)
178
interactionService.DisplayMessage(KnownEmojis.
Information
, contextMessage);
Commands\AddCommand.cs (1)
222
InteractionService.DisplayMessage(KnownEmojis.
Information
, AddCommandStrings.StoppedRunningInstance);
Commands\CacheCommand.cs (1)
153
InteractionService.DisplayMessage(KnownEmojis.
Information
, CacheCommandStrings.CacheAlreadyEmpty);
Commands\ConfigCommand.cs (1)
229
InteractionService.DisplayMessage(KnownEmojis.
Information
, ConfigCommandStrings.NoConfigurationValuesFound);
Commands\DescribeCommand.cs (1)
130
_interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
Commands\InitCommand.cs (5)
141
InteractionService.DisplayMessage(KnownEmojis.
Information
, $"Creating {languageInfo.DisplayName} AppHost...");
161
InteractionService.DisplayMessage(KnownEmojis.
Information
, string.Format(CultureInfo.CurrentCulture, InitCommandStrings.SolutionDetected, initContext.SelectedSolutionFile.Name));
168
InteractionService.DisplayMessage(KnownEmojis.
Information
, InitCommandStrings.NoSolutionFoundCreatingSingleFileAppHost);
244
InteractionService.DisplayMessage(KnownEmojis.
Information
, "The following projects will be added to the AppHost:");
558
InteractionService.DisplayMessage(KnownEmojis.
Information
, $"Run 'aspire run' to start your AppHost.");
Commands\LogsCommand.cs (2)
156
_interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
179
_interactionService.DisplayMessage(KnownEmojis.
Information
, LogsCommandStrings.NoResourcesFound);
Commands\PsCommand.cs (1)
100
_interactionService.DisplayMessage(KnownEmojis.
Information
, SharedCommandStrings.AppHostNotRunning);
Commands\SecretListCommand.cs (1)
73
InteractionService.DisplayMessage(KnownEmojis.
Information
, SecretCommandStrings.NoSecretsConfigured);
Commands\SetupCommand.cs (1)
84
InteractionService.DisplayMessage(KnownEmojis.
Information
, "This CLI binary does not contain an embedded bundle. No extraction needed.");
Commands\StopCommand.cs (1)
157
_interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
Commands\TelemetryCommandHelpers.cs (1)
118
interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
Commands\UpdateCommand.cs (2)
116
InteractionService.DisplayMessage(KnownEmojis.
Information
, UpdateCommandStrings.DotNetToolSelfUpdateMessage);
408
InteractionService.DisplayMessage(KnownEmojis.
Information
, $"Note: {installDir} is not in your PATH. Add it to use the updated CLI globally.");
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
85
_interactionService.DisplayMessage(KnownEmojis.
Information
, "Run 'aspire run' to start your AppHost.");
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
82
_interactionService.DisplayMessage(KnownEmojis.
Information
, "Run 'aspire run' to start your AppHost.");