1 implementation of DisplaySuccess
aspire (1)
Interaction\InteractionService.cs (1)
101public 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)
261interactionService.DisplaySuccess($"Project created successfully in {outputPath}.");