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