Implemented interface member:
property
SupportsInteractiveOutput
Aspire.Cli.Utils.ICliHostEnvironment.SupportsInteractiveOutput
3 writes to SupportsInteractiveOutput
aspire (3)
Utils\CliHostEnvironment.cs (3)
78SupportsInteractiveOutput = false; 85SupportsInteractiveOutput = true; 91SupportsInteractiveOutput = DetectInteractiveOutput(configuration);
7 references to SupportsInteractiveOutput
Aspire.Cli.Tests (7)
Utils\CliHostEnvironmentTests.cs (7)
36_ = env.SupportsInteractiveOutput; 76Assert.False(env.SupportsInteractiveOutput); 138Assert.False(env.SupportsInteractiveOutput); 182Assert.False(env.SupportsInteractiveOutput); 236Assert.True(env.SupportsInteractiveOutput); 274Assert.True(env.SupportsInteractiveOutput); 312Assert.False(env.SupportsInteractiveOutput);