1 implementation of SupportsInteractiveOutput
aspire (1)
Utils\CliHostEnvironment.cs (1)
61
public bool
SupportsInteractiveOutput
{ get; }
8 references to SupportsInteractiveOutput
aspire (8)
Commands\PublishCommandBase.cs (2)
746
if (!_hostEnvironment.
SupportsInteractiveOutput
)
759
if (!_hostEnvironment.
SupportsInteractiveOutput
)
Interaction\ConsoleInteractionService.cs (2)
36
if (_executionContext.DebugMode || !_hostEnvironment.
SupportsInteractiveOutput
)
50
if (_executionContext.DebugMode || !_hostEnvironment.
SupportsInteractiveOutput
)
Utils\ConsoleActivityLogger.cs (4)
52
if (!_hostEnvironment.
SupportsInteractiveOutput
)
96
if (!_hostEnvironment.
SupportsInteractiveOutput
|| _spinning)
260
if (!_hostEnvironment.
SupportsInteractiveOutput
|| !_enableColor)
410
if (!_hostEnvironment.
SupportsInteractiveOutput
)