1 implementation of SupportsInteractiveOutput
aspire (1)
Utils\CliHostEnvironment.cs (1)
61public bool SupportsInteractiveOutput { get; }
7 references to SupportsInteractiveOutput
aspire (7)
Commands\PipelineCommandBase.cs (2)
859if (!_hostEnvironment.SupportsInteractiveOutput) 872if (!_hostEnvironment.SupportsInteractiveOutput)
Interaction\ConsoleInteractionService.cs (2)
36if (_executionContext.DebugMode || !_hostEnvironment.SupportsInteractiveOutput) 50if (_executionContext.DebugMode || !_hostEnvironment.SupportsInteractiveOutput)
Utils\ConsoleActivityLogger.cs (3)
57if (!_hostEnvironment.SupportsInteractiveOutput) 101if (!_hostEnvironment.SupportsInteractiveOutput || _spinning) 396if (!_hostEnvironment.SupportsInteractiveOutput)