2 implementations of InstallAsync
aspire (1)
DotNet\DotNetSdkInstaller.cs (1)
130public async Task InstallAsync(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
TestServices\TestDotNetSdkInstaller.cs (1)
20public Task InstallAsync(CancellationToken cancellationToken = default)
1 reference to InstallAsync
aspire (1)
Utils\SdkInstallHelper.cs (1)
90await sdkInstaller.InstallAsync(cancellationToken);