Implemented interface member:
property
SupportsInteractiveInput
Aspire.Cli.Utils.ICliHostEnvironment.SupportsInteractiveInput
2 writes to SupportsInteractiveInput
aspire (2)
Utils\CliHostEnvironment.cs (2)
73SupportsInteractiveInput = false; 78SupportsInteractiveInput = DetectInteractiveInput(configuration);
4 references to SupportsInteractiveInput
Aspire.Cli.Tests (4)
Utils\CliHostEnvironmentTests.cs (4)
21Assert.True(env.SupportsInteractiveInput); 67Assert.False(env.SupportsInteractiveInput); 110Assert.False(env.SupportsInteractiveInput); 184Assert.False(env.SupportsInteractiveInput);