1 implementation of SupportsInteractiveInput
aspire (1)
Utils\CliHostEnvironment.cs (1)
56public bool SupportsInteractiveInput { get; }
6 references to SupportsInteractiveInput
aspire (6)
Commands\PipelineCommandBase.cs (1)
143if (!_hostEnvironment.SupportsInteractiveInput)
Interaction\ConsoleInteractionService.cs (4)
67if (!_hostEnvironment.SupportsInteractiveInput) 99if (!_hostEnvironment.SupportsInteractiveInput) 128if (!_hostEnvironment.SupportsInteractiveInput) 233if (!_hostEnvironment.SupportsInteractiveInput)
Utils\SdkInstallHelper.cs (1)
58(hostEnvironment?.SupportsInteractiveInput == true || forceInstall))