2 implementations of SupportsInteractiveOutput
aspire (1)
Utils\CliHostEnvironment.cs (1)
62public bool SupportsInteractiveOutput { get; }
Aspire.Cli.Tests (1)
Templating\DotNetTemplateFactoryTests.cs (1)
571public bool SupportsInteractiveOutput => !nonInteractive;
8 references to SupportsInteractiveOutput
aspire (8)
Commands\PipelineCommandBase.cs (2)
872if (!_hostEnvironment.SupportsInteractiveOutput) 885if (!_hostEnvironment.SupportsInteractiveOutput)
Interaction\ConsoleInteractionService.cs (2)
63!_hostEnvironment.SupportsInteractiveOutput || 105!_hostEnvironment.SupportsInteractiveOutput ||
Program.cs (1)
499if (showBanner || (isFirstRun && !noLogo && hostEnvironment.SupportsInteractiveOutput))
Utils\ConsoleActivityLogger.cs (3)
61if (!_hostEnvironment.SupportsInteractiveOutput) 105if (!_hostEnvironment.SupportsInteractiveOutput || _spinning) 450if (!_hostEnvironment.SupportsInteractiveOutput)