6 references to EnsureSdkInstalledAsync
aspire (6)
Commands\AddCommand.cs (1)
67
if (!await SdkInstallHelper.
EnsureSdkInstalledAsync
(_sdkInstaller, InteractionService, cancellationToken))
Commands\ExecCommand.cs (1)
84
if (!await SdkInstallHelper.
EnsureSdkInstalledAsync
(_sdkInstaller, InteractionService, cancellationToken))
Commands\InitCommand.cs (1)
97
if (!await SdkInstallHelper.
EnsureSdkInstalledAsync
(_sdkInstaller, InteractionService, cancellationToken))
Commands\NewCommand.cs (1)
124
if (!await SdkInstallHelper.
EnsureSdkInstalledAsync
(_sdkInstaller, InteractionService, cancellationToken))
Commands\PublishCommandBase.cs (1)
85
if (!await SdkInstallHelper.
EnsureSdkInstalledAsync
(_sdkInstaller, InteractionService, cancellationToken))
Commands\RunCommand.cs (1)
101
if (!await SdkInstallHelper.
EnsureSdkInstalledAsync
(_sdkInstaller, InteractionService, cancellationToken))