Implemented interface member:
property
SupportsInteractiveOutput
Aspire.Cli.Utils.ICliHostEnvironment.SupportsInteractiveOutput
2 writes to SupportsInteractiveOutput
aspire (2)
Utils\CliHostEnvironment.cs (2)
74SupportsInteractiveOutput = false; 79SupportsInteractiveOutput = DetectInteractiveOutput(configuration);
4 references to SupportsInteractiveOutput
Aspire.Cli.Tests (4)
Utils\CliHostEnvironmentTests.cs (4)
34Assert.True(env.SupportsInteractiveOutput); 87Assert.False(env.SupportsInteractiveOutput); 132Assert.False(env.SupportsInteractiveOutput); 197Assert.False(env.SupportsInteractiveOutput);