1 implementation of SupportsInteractiveInput
aspire (1)
Utils\CliHostEnvironment.cs (1)
56public bool SupportsInteractiveInput { get; }
6 references to SupportsInteractiveInput
aspire (6)
Commands\PipelineCommandBase.cs (1)
139if (!_hostEnvironment.SupportsInteractiveInput)
Interaction\ConsoleInteractionService.cs (4)
66if (!_hostEnvironment.SupportsInteractiveInput) 98if (!_hostEnvironment.SupportsInteractiveInput) 125if (!_hostEnvironment.SupportsInteractiveInput) 225if (!_hostEnvironment.SupportsInteractiveInput)
Utils\SdkInstallHelper.cs (1)
58(hostEnvironment?.SupportsInteractiveInput == true || forceInstall))