4 writes to Value
Aspire.Cli.Tests (4)
Commands\ResourceCommandHelperTests.cs (2)
25
Value
= "{\"items\": [\"a\", \"b\"]}",
90
Value
= "{\"errors\": [\"invalid host\"]}",
Commands\ResourceCommandTests.cs (1)
449
Value
= "{\"key\": \"value\"}",
Mcp\ExecuteResourceCommandToolTests.cs (1)
312
Value
= "{\"token\": \"abc123\"}",
4 references to Value
aspire (4)
Commands\ResourceCommandHelper.cs (2)
167
interactionService.DisplayMarkdown(result.
Value
, ConsoleOutput.Standard, maxWidth: 100);
171
interactionService.DisplayRawText(result.
Value
, ConsoleOutput.Standard);
Mcp\Tools\ExecuteResourceCommandTool.cs (2)
123
content.Add(new TextContentBlock { Text = response.Value.
Value
});
152
content.Add(new TextContentBlock { Text = response.Value.
Value
});