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