1 write to _interactionService
aspire (1)
Commands\RunCommand.cs (1)
35_interactionService = interactionService;
11 references to _interactionService
aspire (11)
Commands\RunCommand.cs (11)
85_interactionService.DisplayError($"An error occurred while trusting the certificates: {ex.Message}"); 93var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, cancellationToken); 97_interactionService.DisplayError($"The project could not be built. For more information run with --debug switch."); 102appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, cancellationToken); 124var backchannel = await _interactionService.ShowStatusAsync( 129var dashboardUrls = await _interactionService.ShowStatusAsync( 133_interactionService.DisplayDashboardUrls(dashboardUrls); 213_interactionService.DisplayError("The --project option specified a project that does not exist."); 218_interactionService.DisplayError("The --project option was not specified and multiple *.csproj files were detected."); 223_interactionService.DisplayError("The project argument was not specified and no *.csproj files were detected."); 228return _interactionService.DisplayIncompatibleVersionError(