3 implementations of SupportsInteractiveOutput
aspire (1)
Utils\CliHostEnvironment.cs (1)
62public bool SupportsInteractiveOutput { get; }
Aspire.Cli.Tests (2)
Templating\DotNetTemplateFactoryTests.cs (1)
574public bool SupportsInteractiveOutput => !nonInteractive;
TestHelpers.cs (1)
23public bool SupportsInteractiveOutput => supportsInteractiveOutput;
8 references to SupportsInteractiveOutput
aspire (8)
Commands\PipelineCommandBase.cs (2)
929if (!_hostEnvironment.SupportsInteractiveOutput) 942if (!_hostEnvironment.SupportsInteractiveOutput)
Interaction\ConsoleInteractionService.cs (2)
63!_hostEnvironment.SupportsInteractiveOutput || 105!_hostEnvironment.SupportsInteractiveOutput ||
Program.cs (1)
578if (showBanner || (isFirstRun && !noLogo && hostEnvironment.SupportsInteractiveOutput))
Utils\ConsoleActivityLogger.cs (3)
62if (!_hostEnvironment.SupportsInteractiveOutput) 106if (!_hostEnvironment.SupportsInteractiveOutput || _spinning) 455if (!_hostEnvironment.SupportsInteractiveOutput)