1 write to _interactionService
aspire (1)
Commands\NewCommand.cs (1)
32_interactionService = interactionService;
8 references to _interactionService
aspire (8)
Commands\NewCommand.cs (8)
120var candidatePackages = await _interactionService.ShowStatusAsync( 141var 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}"); 153var 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}.");