1 implementation of DisplaySuccess
aspire (1)
Interaction\InteractionService.cs (1)
95public void DisplaySuccess(string message)
3 references to DisplaySuccess
aspire (3)
Commands\AddCommand.cs (1)
139_interactionService.DisplaySuccess($"The package {selectedNuGetPackage.Package.Id}::{selectedNuGetPackage.Package.Version} was added successfully.");
Commands\NewCommand.cs (1)
177_interactionService.DisplaySuccess($"Project created successfully in {outputPath}.");
Commands\PublishCommand.cs (1)
267_interactionService.DisplaySuccess($"Successfully published artifacts to: {fullyQualifiedOutputPath}");