1 implementation of SupportsInteractiveInput
aspire (1)
Utils\CliHostEnvironment.cs (1)
56public bool SupportsInteractiveInput { get; }
5 references to SupportsInteractiveInput
aspire (5)
Commands\PublishCommandBase.cs (1)
129if (!_hostEnvironment.SupportsInteractiveInput)
Interaction\ConsoleInteractionService.cs (4)
66if (!_hostEnvironment.SupportsInteractiveInput) 98if (!_hostEnvironment.SupportsInteractiveInput) 125if (!_hostEnvironment.SupportsInteractiveInput) 225if (!_hostEnvironment.SupportsInteractiveInput)