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