4 writes to NonInteractive
aspire (4)
Commands\ResourceCommand.cs (1)
199NonInteractive = true,
Commands\ResourceCommandHelper.cs (2)
53NonInteractive = true 82NonInteractive = true
Mcp\Tools\ExecuteResourceCommandTool.cs (1)
110NonInteractive = true
5 references to NonInteractive
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
1011NonInteractive = options.NonInteractive,
Aspire.Cli.Tests (4)
Commands\ResourceCommandHelperTests.cs (1)
144Assert.True(connection.ExecuteResourceCommandOptions?.NonInteractive == true);
Commands\ResourceCommandTests.cs (2)
573Assert.True(backchannel.ExecuteResourceCommandOptions?.NonInteractive == true); 1265Assert.True(backchannel.ExecuteResourceCommandOptions?.NonInteractive == true);
Mcp\ExecuteResourceCommandToolTests.cs (1)
93Assert.True(connection.ExecuteResourceCommandOptions?.NonInteractive == true);