28 references to Information
aspire (28)
Backchannel\AppHostConnectionResolver.cs (1)
178
interactionService.DisplayMessage(KnownEmojis.
Information
, contextMessage);
Commands\AddCommand.cs (1)
229
InteractionService.DisplayMessage(KnownEmojis.
Information
, AddCommandStrings.StoppedRunningInstance);
Commands\CacheCommand.cs (1)
153
InteractionService.DisplayMessage(KnownEmojis.
Information
, CacheCommandStrings.CacheAlreadyEmpty);
Commands\CertificatesCleanCommand.cs (1)
32
InteractionService.DisplayMessage(KnownEmojis.
Information
, CertificatesCommandStrings.CleanProgress);
Commands\CertificatesTrustCommand.cs (1)
33
InteractionService.DisplayMessage(KnownEmojis.
Information
, CertificatesCommandStrings.TrustProgress);
Commands\ConfigCommand.cs (1)
245
InteractionService.DisplayMessage(KnownEmojis.
Information
, ConfigCommandStrings.NoConfigurationValuesFound);
Commands\DescribeCommand.cs (1)
132
_interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
Commands\DoctorCommand.cs (1)
182
_ => (KnownEmojis.
Information
, "grey")
Commands\ExportCommand.cs (2)
88
_interactionService.DisplayMessage(KnownEmojis.
Information
, connectionResult.ErrorMessage);
147
_interactionService.DisplayMessage(KnownEmojis.
Information
, ExportCommandStrings.NoResourcesFound);
Commands\InitCommand.cs (5)
147
InteractionService.DisplayMessage(KnownEmojis.
Information
, $"Creating {languageInfo.DisplayName} AppHost...");
170
InteractionService.DisplayMessage(KnownEmojis.
Information
, string.Format(CultureInfo.CurrentCulture, InitCommandStrings.SolutionDetected, initContext.SelectedSolutionFile.Name));
178
InteractionService.DisplayMessage(KnownEmojis.
Information
, InitCommandStrings.NoSolutionFoundCreatingSingleFileAppHost);
276
InteractionService.DisplayMessage(KnownEmojis.
Information
, "The following projects will be added to the AppHost:");
595
InteractionService.DisplayMessage(KnownEmojis.
Information
, $"Run 'aspire run' to start your AppHost.");
Commands\LogsCommand.cs (2)
158
_interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
184
_interactionService.DisplayMessage(KnownEmojis.
Information
, LogsCommandStrings.NoResourcesFound);
Commands\McpToolsCommand.cs (2)
65
_interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
75
_interactionService.DisplayMessage(KnownEmojis.
Information
, "No resources with MCP tools found.");
Commands\PsCommand.cs (1)
122
_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)
137
_interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
Commands\TelemetryCommandHelpers.cs (1)
119
interactionService.DisplayMessage(KnownEmojis.
Information
, result.ErrorMessage);
Commands\UpdateCommand.cs (2)
116
InteractionService.DisplayMessage(KnownEmojis.
Information
, UpdateCommandStrings.DotNetToolSelfUpdateMessage);
418
InteractionService.DisplayMessage(KnownEmojis.
Information
, $"Note: {installDir} is not in your PATH. Add it to use the updated CLI globally.");
Templating\CliTemplateFactory.cs (2)
229
_interactionService.DisplayMessage(KnownEmojis.
Information
, string.Format(CultureInfo.CurrentCulture, TemplatingStrings.RunCdThenAspireRun, relativePath));
233
_interactionService.DisplayMessage(KnownEmojis.
Information
, TemplatingStrings.RunAspireRun);