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