4 writes to Value
Aspire.Cli.Tests (4)
Commands\ResourceCommandHelperTests.cs (2)
23Value = new ExecuteResourceCommandResult 88Value = new ExecuteResourceCommandResult
Commands\ResourceCommandTests.cs (1)
447Value = new ExecuteResourceCommandResult
Mcp\ExecuteResourceCommandToolTests.cs (1)
310Value = new ExecuteResourceCommandResult
8 references to Value
aspire (8)
Commands\ResourceCommandHelper.cs (4)
112if (response.Value is not null) 114DisplayCommandResult(interactionService, response.Value); 155if (response.Value is not null) 157DisplayCommandResult(interactionService, response.Value);
Mcp\Tools\ExecuteResourceCommandTool.cs (4)
121if (response.Value is not null) 123content.Add(new TextContentBlock { Text = response.Value.Value }); 150if (response.Value is not null) 152content.Add(new TextContentBlock { Text = response.Value.Value });