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