5 references to AppHostHelper
aspire (5)
Commands\ExecCommand.cs (1)
98
appHostCompatibilityCheck = await
AppHostHelper
.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);
Commands\PublishCommandBase.cs (2)
104
appHostCompatibilityCheck = await
AppHostHelper
.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);
117
var buildExitCode = await
AppHostHelper
.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
Commands\RunCommand.cs (2)
112
var buildExitCode = await
AppHostHelper
.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
122
appHostCompatibilityCheck = await
AppHostHelper
.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);