5 references to AppHostHelper
aspire (5)
Commands\ExecCommand.cs (1)
149
appHostCompatibilityCheck = await
AppHostHelper
.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);
Commands\PublishCommandBase.cs (2)
115
appHostCompatibilityCheck = await
AppHostHelper
.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);
128
var buildExitCode = await
AppHostHelper
.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
Commands\RunCommand.cs (2)
135
var buildExitCode = await
AppHostHelper
.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
146
appHostCompatibilityCheck = await
AppHostHelper
.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);