33 references to RunAsync
aspire (1)
Projects\GuestAppHostProject.cs (1)
2160
return await _guestRuntime.
RunAsync
(appHostFile, directory, environmentVariables, watchMode, launcher, cancellationToken, noBuild: noBuild, afterAppHostLaunchedAsync: afterAppHostLaunchedAsync, appHostLaunchOptions: appHostLaunchOptions);
Aspire.Cli.Tests (32)
Projects\GuestRuntimeTests.cs (32)
131
await runtime.
RunAsync
(appHostFile, directory, envVars, watchMode: false, launcher, CancellationToken.None);
149
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: true, launcher, CancellationToken.None);
170
var (exitCode, _) = await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: true, launcher, CancellationToken.None);
191
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
208
var (exitCode, _) = await runtime.
RunAsync
(
238
await runtime.
RunAsync
(
287
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
334
var (exitCode, _) = await runtime.
RunAsync
(
363
var (exitCode, _) = await runtime.
RunAsync
(
389
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: true, launcher, CancellationToken.None);
523
await runtime.
RunAsync
(appHostFile, directory, envVars, watchMode: false, launcher, CancellationToken.None);
544
await runtime.
RunAsync
(appHostFile, directory, envVars, watchMode: false, launcher, CancellationToken.None);
562
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
581
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
619
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
703
var (exitCode, output) = await runtime.
RunAsync
(
978
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1022
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1042
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1056
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1072
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1095
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1118
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1143
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1165
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1194
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1218
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1259
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1284
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1328
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1356
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1387
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);