Implemented interface member:
property
SupportsInteractiveOutput
Aspire.Cli.Utils.ICliHostEnvironment.SupportsInteractiveOutput
3 writes to SupportsInteractiveOutput
aspire (3)
Utils\CliHostEnvironment.cs (3)
76SupportsInteractiveOutput = false; 83SupportsInteractiveOutput = true; 89SupportsInteractiveOutput = DetectInteractiveOutput(configuration);
7 references to SupportsInteractiveOutput
Aspire.Cli.Tests (7)
Utils\CliHostEnvironmentTests.cs (7)
34Assert.True(env.SupportsInteractiveOutput); 74Assert.False(env.SupportsInteractiveOutput); 119Assert.False(env.SupportsInteractiveOutput); 163Assert.False(env.SupportsInteractiveOutput); 199Assert.True(env.SupportsInteractiveOutput); 237Assert.True(env.SupportsInteractiveOutput); 275Assert.False(env.SupportsInteractiveOutput);