28 references to Information
aspire (28)
Backchannel\AppHostConnectionResolver.cs (1)
178interactionService.DisplayMessage(KnownEmojis.Information, contextMessage);
Commands\AddCommand.cs (1)
229InteractionService.DisplayMessage(KnownEmojis.Information, AddCommandStrings.StoppedRunningInstance);
Commands\CacheCommand.cs (1)
153InteractionService.DisplayMessage(KnownEmojis.Information, CacheCommandStrings.CacheAlreadyEmpty);
Commands\CertificatesCleanCommand.cs (1)
32InteractionService.DisplayMessage(KnownEmojis.Information, CertificatesCommandStrings.CleanProgress);
Commands\CertificatesTrustCommand.cs (1)
33InteractionService.DisplayMessage(KnownEmojis.Information, CertificatesCommandStrings.TrustProgress);
Commands\ConfigCommand.cs (1)
245InteractionService.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)
147InteractionService.DisplayMessage(KnownEmojis.Information, $"Creating {languageInfo.DisplayName} AppHost..."); 170InteractionService.DisplayMessage(KnownEmojis.Information, string.Format(CultureInfo.CurrentCulture, InitCommandStrings.SolutionDetected, initContext.SelectedSolutionFile.Name)); 178InteractionService.DisplayMessage(KnownEmojis.Information, InitCommandStrings.NoSolutionFoundCreatingSingleFileAppHost); 276InteractionService.DisplayMessage(KnownEmojis.Information, "The following projects will be added to the AppHost:"); 595InteractionService.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)
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)
137_interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage);
Commands\TelemetryCommandHelpers.cs (1)
119interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage);
Commands\UpdateCommand.cs (2)
116InteractionService.DisplayMessage(KnownEmojis.Information, UpdateCommandStrings.DotNetToolSelfUpdateMessage); 418InteractionService.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);