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)
36_ = env.SupportsInteractiveOutput; 76Assert.False(env.SupportsInteractiveOutput); 121Assert.False(env.SupportsInteractiveOutput); 165Assert.False(env.SupportsInteractiveOutput); 201Assert.True(env.SupportsInteractiveOutput); 239Assert.True(env.SupportsInteractiveOutput); 277Assert.False(env.SupportsInteractiveOutput);