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}");
93
var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner,
_interactionService
, effectiveAppHostProjectFile, cancellationToken);
97
_interactionService
.DisplayError($"The project could not be built. For more information run with --debug switch.");
102
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner,
_interactionService
, effectiveAppHostProjectFile, cancellationToken);
124
var backchannel = await
_interactionService
.ShowStatusAsync(
129
var 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.");
228
return
_interactionService
.DisplayIncompatibleVersionError(