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)
859
if (!_hostEnvironment.
SupportsInteractiveOutput
)
872
if (!_hostEnvironment.
SupportsInteractiveOutput
)
Interaction\ConsoleInteractionService.cs (2)
36
if (_executionContext.DebugMode || !_hostEnvironment.
SupportsInteractiveOutput
)
50
if (_executionContext.DebugMode || !_hostEnvironment.
SupportsInteractiveOutput
)
Utils\ConsoleActivityLogger.cs (3)
57
if (!_hostEnvironment.
SupportsInteractiveOutput
)
101
if (!_hostEnvironment.
SupportsInteractiveOutput
|| _spinning)
396
if (!_hostEnvironment.
SupportsInteractiveOutput
)