5 references to AppHostHelper
aspire (5)
Commands\PublishCommand.cs (2)
98
appHostCompatibilityCheck = await
AppHostHelper
.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, cancellationToken);
111
var buildExitCode = await
AppHostHelper
.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
Commands\RunCommand.cs (2)
101
var buildExitCode = await
AppHostHelper
.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
111
appHostCompatibilityCheck = await
AppHostHelper
.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, cancellationToken);
Utils\AppHostHelper.cs (1)
12
private static readonly ActivitySource s_activitySource = new ActivitySource(nameof(
AppHostHelper
));