1 implementation of SupportsInteractiveOutput
aspire (1)
Utils\CliHostEnvironment.cs (1)
61
public bool
SupportsInteractiveOutput
{ get; }
7 references to SupportsInteractiveOutput
aspire (7)
Commands\PipelineCommandBase.cs (2)
882
if (!_hostEnvironment.
SupportsInteractiveOutput
)
895
if (!_hostEnvironment.
SupportsInteractiveOutput
)
Interaction\ConsoleInteractionService.cs (2)
37
if (_executionContext.DebugMode || !_hostEnvironment.
SupportsInteractiveOutput
)
51
if (_executionContext.DebugMode || !_hostEnvironment.
SupportsInteractiveOutput
)
Utils\ConsoleActivityLogger.cs (3)
58
if (!_hostEnvironment.
SupportsInteractiveOutput
)
102
if (!_hostEnvironment.
SupportsInteractiveOutput
|| _spinning)
410
if (!_hostEnvironment.
SupportsInteractiveOutput
)