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