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