5 references to SdkInstallHelper
aspire (5)
Commands\AddCommand.cs (1)
69
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService, cancellationToken))
Commands\ExecCommand.cs (1)
81
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService, cancellationToken))
Commands\NewCommand.cs (1)
110
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService, cancellationToken))
Commands\PublishCommandBase.cs (1)
85
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService, cancellationToken))
Commands\RunCommand.cs (1)
81
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService, cancellationToken))