1 write to _runner
aspire (1)
Projects\DotNetAppHostProject.cs (1)
52_runner = runner;
10 references to _runner
aspire (10)
Projects\DotNetAppHostProject.cs (10)
175var information = await _runner.GetAppHostInformationAsync(appHostFile, new DotNetCliRunnerInvocationOptions(), cancellationToken); 270var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostFile, context.NoRestore, buildOptions, context.WorkingDirectory, cancellationToken); 288appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostFile, _telemetry, context.WorkingDirectory, _fileLoggerProvider.LogFilePath, cancellationToken); 335return await _runner.RunAsync( 389_runner, 419_runner, 459return await _runner.RunAsync( 482var result = await _runner.AddPackageAsync( 541await _runner.InitUserSecretsAsync( 554var (exitCode, jsonDocument) = await _runner.GetProjectItemsAndPropertiesAsync(