1 write to _interactionService
aspire (1)
Scaffolding\ScaffoldingService.cs (1)
64_interactionService = interactionService;
13 references to _interactionService
aspire (13)
Scaffolding\ScaffoldingService.cs (13)
138var prepareResult = await _interactionService.ShowStatusAsync( 146_interactionService.DisplayLines(prepareResult.Output.GetLines()); 148_interactionService.DisplayError("Failed to build AppHost server."); 176_interactionService.DisplayError(TemplatingStrings.ProjectAlreadyExists); 231var installResult = await _interactionService.ShowStatusAsync( 306_interactionService.DisplayError($"Failed to parse root package.json: {ex.Message}"); 316_interactionService.DisplayMessage( 437_interactionService.DisplayLines(lines); 441_interactionService.DisplayError($"Failed to initialize {language.DisplayName} environment."); 454_interactionService.DisplayLines(lines); 457_interactionService.DisplayMessage( 465_interactionService.DisplayLines(lines); 469_interactionService.DisplayError($"Failed to install {language.DisplayName} dependencies.");