4 references to InstallDependenciesAsync
aspire (2)
Projects\GuestAppHostProject.cs (1)
2114
var (result, output) = await _guestRuntime.
InstallDependenciesAsync
(directory, cancellationToken);
Scaffolding\ScaffoldingService.cs (1)
446
var (result, output) = await runtime.
InstallDependenciesAsync
(directory, cancellationToken);
Aspire.Cli.Tests (2)
Projects\GuestRuntimeTests.cs (2)
655
var (exitCode, output) = await runtime.
InstallDependenciesAsync
(new DirectoryInfo("/tmp"), CancellationToken.None);
676
var (exitCode, output) = await runtime.
InstallDependenciesAsync
(new DirectoryInfo(Path.GetTempPath()), CancellationToken.None);