1 write to _guestRuntime
aspire (1)
Projects\GuestAppHostProject.cs (1)
2094_guestRuntime = new GuestRuntime(
14 references to _guestRuntime
aspire (14)
Projects\GuestAppHostProject.cs (14)
632if (_guestRuntime is null) 639if (_guestRuntime.CertificateBundleEnvironmentVariable is { } certificateBundleEnvironmentVariable) 647_guestRuntime.Language.Replace('/', '-'), 661if (_guestRuntime.ExtensionLaunchCapability is { } requiredCapability 669launcher = _guestRuntime.CreateDefaultLauncher(); 2073if (_guestRuntime is null) 2125if (_guestRuntime is null) 2131var (initResult, initOutput) = await _guestRuntime.InitializeAsync(directory, cancellationToken); 2152var (result, output) = await _guestRuntime.InstallDependenciesAsync(directory, environmentVariables, cancellationToken); 2192if (_guestRuntime is null) 2198return await _guestRuntime.RunAsync(appHostFile, directory, environmentVariables, watchMode, launcher, cancellationToken, noBuild: noBuild, afterAppHostLaunchedAsync: afterAppHostLaunchedAsync, appHostLaunchOptions: appHostLaunchOptions); 2216if (_guestRuntime is null) 2222return await _guestRuntime.PublishAsync(appHostFile, directory, environmentVariables, publishArgs, _guestRuntime.CreateDefaultLauncher(), noBuild: noBuild, afterAppHostLaunchedAsync: afterAppHostLaunchedAsync, cancellationToken: cancellationToken);