1 implementation of DisplaySuccess
aspire (1)
Interaction\InteractionService.cs (1)
101
public void
DisplaySuccess
(string message)
3 references to DisplaySuccess
aspire (3)
Commands\AddCommand.cs (1)
155
_interactionService.
DisplaySuccess
($"The package {selectedNuGetPackage.Package.Id}::{selectedNuGetPackage.Package.Version} was added successfully.");
Commands\PublishCommand.cs (1)
165
_interactionService.
DisplaySuccess
($"Successfully published artifacts to: {fullyQualifiedOutputPath}");
Templating\DotNetTemplateFactory.cs (1)
261
interactionService.
DisplaySuccess
($"Project created successfully in {outputPath}.");