6 references to InstallDependenciesAsync
aspire (2)
Projects\GuestAppHostProject.cs (1)
2152
var (result, output) = await _guestRuntime.
InstallDependenciesAsync
(directory, environmentVariables, cancellationToken);
Scaffolding\ScaffoldingService.cs (1)
449
var (result, output) = await runtime.
InstallDependenciesAsync
(
Aspire.Cli.Tests (4)
Projects\GuestRuntimeTests.cs (4)
737
var (exitCode, output) = await runtime.
InstallDependenciesAsync
(
756
var (exitCode, output) = await runtime.
InstallDependenciesAsync
(
822
var (exitCode, _) = await runtime.
InstallDependenciesAsync
(
858
var (exitCode, output) = await runtime.
InstallDependenciesAsync
(