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