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