1 write to ExecuteResourceCommandOptions
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
306ExecuteResourceCommandOptions = options;
10 references to ExecuteResourceCommandOptions
Aspire.Cli.Tests (10)
Commands\ResourceCommandHelperTests.cs (1)
144Assert.True(connection.ExecuteResourceCommandOptions?.NonInteractive == true);
Commands\ResourceCommandTests.cs (8)
573Assert.True(backchannel.ExecuteResourceCommandOptions?.NonInteractive == true); 1265Assert.True(backchannel.ExecuteResourceCommandOptions?.NonInteractive == true); 1759Assert.True(backchannel.ExecuteResourceCommandOptions?.ValidateOnly); 1760Assert.True(backchannel.ExecuteResourceCommandOptions?.ReturnArgumentInputs); 1803Assert.True(backchannel.ExecuteResourceCommandOptions?.ValidateOnly); 1804Assert.True(backchannel.ExecuteResourceCommandOptions?.ReturnArgumentInputs); 1878Assert.True(backchannel.ExecuteResourceCommandOptions?.ValidateOnly); 1879Assert.True(backchannel.ExecuteResourceCommandOptions?.ReturnArgumentInputs);
Mcp\ExecuteResourceCommandToolTests.cs (1)
93Assert.True(connection.ExecuteResourceCommandOptions?.NonInteractive == true);