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