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