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