21 references to Information
aspire (21)
Backchannel\AppHostConnectionResolver.cs (1)
178interactionService.DisplayMessage(KnownEmojis.Information, contextMessage);
Commands\AddCommand.cs (1)
222InteractionService.DisplayMessage(KnownEmojis.Information, AddCommandStrings.StoppedRunningInstance);
Commands\CacheCommand.cs (1)
153InteractionService.DisplayMessage(KnownEmojis.Information, CacheCommandStrings.CacheAlreadyEmpty);
Commands\ConfigCommand.cs (1)
229InteractionService.DisplayMessage(KnownEmojis.Information, ConfigCommandStrings.NoConfigurationValuesFound);
Commands\DescribeCommand.cs (1)
130_interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage);
Commands\InitCommand.cs (5)
141InteractionService.DisplayMessage(KnownEmojis.Information, $"Creating {languageInfo.DisplayName} AppHost..."); 161InteractionService.DisplayMessage(KnownEmojis.Information, string.Format(CultureInfo.CurrentCulture, InitCommandStrings.SolutionDetected, initContext.SelectedSolutionFile.Name)); 168InteractionService.DisplayMessage(KnownEmojis.Information, InitCommandStrings.NoSolutionFoundCreatingSingleFileAppHost); 244InteractionService.DisplayMessage(KnownEmojis.Information, "The following projects will be added to the AppHost:"); 558InteractionService.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)
73InteractionService.DisplayMessage(KnownEmojis.Information, SecretCommandStrings.NoSecretsConfigured);
Commands\SetupCommand.cs (1)
84InteractionService.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)
118interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage);
Commands\UpdateCommand.cs (2)
116InteractionService.DisplayMessage(KnownEmojis.Information, UpdateCommandStrings.DotNetToolSelfUpdateMessage); 408InteractionService.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.");