36 references to RunAsync
aspire (1)
Projects\GuestAppHostProject.cs (1)
2198
return await _guestRuntime.
RunAsync
(appHostFile, directory, environmentVariables, watchMode, launcher, cancellationToken, noBuild: noBuild, afterAppHostLaunchedAsync: afterAppHostLaunchedAsync, appHostLaunchOptions: appHostLaunchOptions);
Aspire.Cli.Tests (35)
Projects\GuestRuntimeTests.cs (35)
129
await runtime.
RunAsync
(appHostFile, directory, envVars, watchMode: false, launcher, CancellationToken.None);
147
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: true, launcher, CancellationToken.None);
168
var (exitCode, _) = await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: true, launcher, CancellationToken.None);
189
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
206
var (exitCode, _) = await runtime.
RunAsync
(
236
await runtime.
RunAsync
(
285
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
332
var (exitCode, _) = await runtime.
RunAsync
(
361
var (exitCode, _) = await runtime.
RunAsync
(
387
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: true, launcher, CancellationToken.None);
521
await runtime.
RunAsync
(appHostFile, directory, envVars, watchMode: false, launcher, CancellationToken.None);
542
await runtime.
RunAsync
(appHostFile, directory, envVars, watchMode: false, launcher, CancellationToken.None);
564
await runtime.
RunAsync
(appHostFile, directory, envVars, watchMode: false, launcher, CancellationToken.None);
605
var (exitCode, _) = await runtime.
RunAsync
(
644
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
663
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
701
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
892
var (exitCode, output) = await runtime.
RunAsync
(
1168
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1212
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1232
await runtime.
RunAsync
(appHostFile, directory, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1246
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1262
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1278
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1300
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1323
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1348
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1370
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1399
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1423
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1464
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1489
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1533
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1561
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);
1592
await runtime.
RunAsync
(appHostFile, workspace.WorkspaceRoot, new Dictionary<string, string>(), watchMode: false, launcher, CancellationToken.None);