1 write to ExecuteResourceCommandOptions
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
295ExecuteResourceCommandOptions = options;
10 references to ExecuteResourceCommandOptions
Aspire.Cli.Tests (10)
Commands\ResourceCommandHelperTests.cs (1)
144Assert.True(connection.ExecuteResourceCommandOptions?.NonInteractive == true);
Commands\ResourceCommandTests.cs (8)
575Assert.True(backchannel.ExecuteResourceCommandOptions?.NonInteractive == true); 1267Assert.True(backchannel.ExecuteResourceCommandOptions?.NonInteractive == true); 1761Assert.True(backchannel.ExecuteResourceCommandOptions?.ValidateOnly); 1762Assert.True(backchannel.ExecuteResourceCommandOptions?.ReturnArgumentInputs); 1805Assert.True(backchannel.ExecuteResourceCommandOptions?.ValidateOnly); 1806Assert.True(backchannel.ExecuteResourceCommandOptions?.ReturnArgumentInputs); 1880Assert.True(backchannel.ExecuteResourceCommandOptions?.ValidateOnly); 1881Assert.True(backchannel.ExecuteResourceCommandOptions?.ReturnArgumentInputs);
Mcp\ExecuteResourceCommandToolTests.cs (1)
93Assert.True(connection.ExecuteResourceCommandOptions?.NonInteractive == true);