4 writes to NonInteractive
aspire (4)
Commands\ResourceCommand.cs (1)
198NonInteractive = 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)
966NonInteractive = options.NonInteractive,
Aspire.Cli.Tests (4)
Commands\ResourceCommandHelperTests.cs (1)
144Assert.True(connection.ExecuteResourceCommandOptions?.NonInteractive == true);
Commands\ResourceCommandTests.cs (2)
575Assert.True(backchannel.ExecuteResourceCommandOptions?.NonInteractive == true); 1267Assert.True(backchannel.ExecuteResourceCommandOptions?.NonInteractive == true);
Mcp\ExecuteResourceCommandToolTests.cs (1)
93Assert.True(connection.ExecuteResourceCommandOptions?.NonInteractive == true);