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