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