7 implementations of DisplaySuccess
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
197
public void
DisplaySuccess
(string message)
Interaction\ExtensionInteractionService.cs (1)
243
public void
DisplaySuccess
(string message)
Aspire.Cli.Tests (5)
Commands\NewCommandTests.cs (1)
676
public void
DisplaySuccess
(string message) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
989
public void
DisplaySuccess
(string message) { }
Templating\DotNetTemplateFactoryTests.cs (1)
389
public void
DisplaySuccess
(string message) { }
TestServices\TestConsoleInteractionService.cs (1)
68
public void
DisplaySuccess
(string message)
TestServices\TestExtensionInteractionService.cs (1)
74
public void
DisplaySuccess
(string message)
12 references to DisplaySuccess
aspire (12)
Commands\AddCommand.cs (1)
189
InteractionService.
DisplaySuccess
(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.PackageAddedSuccessfully, selectedNuGetPackage.Package.Id, selectedNuGetPackage.Package.Version));
Commands\CacheCommand.cs (1)
118
InteractionService.
DisplaySuccess
(CacheCommandStrings.CacheCleared);
Commands\ConfigCommand.cs (3)
183
InteractionService.
DisplaySuccess
(isGlobal
299
InteractionService.
DisplaySuccess
(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedGlobally, key));
303
InteractionService.
DisplaySuccess
(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedLocally, key));
Commands\InitCommand.cs (2)
478
InteractionService.
DisplaySuccess
(InitCommandStrings.AspireInitializationComplete);
507
InteractionService.
DisplaySuccess
(InitCommandStrings.AspireInitializationComplete);
Commands\UpdateCommand.cs (1)
353
InteractionService.
DisplaySuccess
($"Updated to version: {version}");
Projects\ProjectUpdater.cs (1)
131
interactionService.
DisplaySuccess
(UpdateCommandStrings.UpdateSuccessfulMessage);
Templating\DotNetTemplateFactory.cs (1)
451
interactionService.
DisplaySuccess
(string.Format(CultureInfo.CurrentCulture, TemplatingStrings.ProjectCreatedSuccessfully, outputPath));
Utils\CliDownloader.cs (1)
82
interactionService.
DisplaySuccess
("Download completed successfully");
Utils\SdkInstallHelper.cs (1)
94
interactionService.
DisplaySuccess
(