3 references to InstallDependenciesAsync
aspire (3)
Projects\GuestAppHostProject.cs (3)
341
await
InstallDependenciesAsync
(directory, rpcClient, treatMissingJavaScriptToolAsWarning: true, cancellationToken: cancellationToken);
597
var installResult = await
InstallDependenciesAsync
(directory, rpcClient, treatMissingJavaScriptToolAsWarning: false, cancellationToken: cancellationToken);
1171
var installResult = await
InstallDependenciesAsync
(directory, rpcClient, treatMissingJavaScriptToolAsWarning: false, cancellationToken: cancellationToken);