1 write to _interactionService
aspire (1)
Commands\NewCommand.cs (1)
32
_interactionService
= interactionService;
8 references to _interactionService
aspire (8)
Commands\NewCommand.cs (8)
120
var candidatePackages = await
_interactionService
.ShowStatusAsync(
141
var templateInstallResult = await
_interactionService
.ShowStatusAsync(
147
_interactionService
.DisplayError($"The template installation failed with exit code {templateInstallResult.ExitCode}. For more information run with --debug switch.");
151
_interactionService
.DisplayMessage($"package", $"Using project templates version: {templateInstallResult.TemplateVersion}");
153
var newProjectExitCode = await
_interactionService
.ShowStatusAsync(
163
_interactionService
.DisplayError($"Project creation failed with exit code {newProjectExitCode}. For more information run with --debug switch.");
173
_interactionService
.DisplayError($"An error occurred while trusting the certificates: {ex.Message}");
177
_interactionService
.DisplaySuccess($"Project created successfully in {outputPath}.");