1 write to _runner
aspire (1)
Projects\DotNetAppHostProject.cs (1)
45
_runner
= runner;
9 references to _runner
aspire (9)
Projects\DotNetAppHostProject.cs (9)
156
var information = await
_runner
.GetAppHostInformationAsync(appHostFile, new DotNetCliRunnerInvocationOptions(), cancellationToken);
203
await _certificateService.EnsureCertificatesTrustedAsync(
_runner
, cancellationToken);
226
var buildExitCode = await AppHostHelper.BuildAppHostAsync(
_runner
, _interactionService, effectiveAppHostFile, buildOptions, context.WorkingDirectory, cancellationToken);
244
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(
_runner
, _interactionService, effectiveAppHostFile, _telemetry, context.WorkingDirectory, cancellationToken);
286
return await
_runner
.RunAsync(
322
_runner
,
348
_runner
,
383
return await
_runner
.RunAsync(
405
var result = await
_runner
.AddPackageAsync(