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