2 implementations of SupportsInteractiveOutput
aspire (1)
Utils\CliHostEnvironment.cs (1)
61public bool SupportsInteractiveOutput { get; }
Aspire.Cli.Tests (1)
Utils\SdkInstallHelperTests.cs (1)
17public bool SupportsInteractiveOutput => true;
7 references to SupportsInteractiveOutput
aspire (7)
Commands\PipelineCommandBase.cs (2)
873if (!_hostEnvironment.SupportsInteractiveOutput) 886if (!_hostEnvironment.SupportsInteractiveOutput)
Interaction\ConsoleInteractionService.cs (2)
45!_hostEnvironment.SupportsInteractiveOutput || 76!_hostEnvironment.SupportsInteractiveOutput ||
Utils\ConsoleActivityLogger.cs (3)
61if (!_hostEnvironment.SupportsInteractiveOutput) 105if (!_hostEnvironment.SupportsInteractiveOutput || _spinning) 446if (!_hostEnvironment.SupportsInteractiveOutput)