6 references to SdkInstallHelper
aspire (6)
Commands\AddCommand.cs (1)
73
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken))
Commands\ExecCommand.cs (1)
90
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken))
Commands\InitCommand.cs (1)
100
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken))
Commands\NewCommand.cs (1)
127
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken))
Commands\PipelineCommandBase.cs (1)
102
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken))
Commands\RunCommand.cs (1)
106
if (!await
SdkInstallHelper
.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken))