1 write to _runner
aspire (1)
Projects\DotNetAppHostProject.cs (1)
51
_runner
= runner;
9 references to _runner
aspire (9)
Projects\DotNetAppHostProject.cs (9)
166
var information = await
_runner
.GetAppHostInformationAsync(appHostFile, new DotNetCliRunnerInvocationOptions(), cancellationToken);
261
var buildExitCode = await AppHostHelper.BuildAppHostAsync(
_runner
, _interactionService, effectiveAppHostFile, context.NoRestore, buildOptions, context.WorkingDirectory, cancellationToken);
279
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(
_runner
, _interactionService, effectiveAppHostFile, _telemetry, context.WorkingDirectory, _fileLoggerProvider.LogFilePath, cancellationToken);
326
return await
_runner
.RunAsync(
380
_runner
,
410
_runner
,
447
return await
_runner
.RunAsync(
470
var result = await
_runner
.AddPackageAsync(
513
var (exitCode, jsonDocument) = await
_runner
.GetProjectItemsAndPropertiesAsync(