5 writes to Success
Aspire.Cli.Tests (5)
Mcp\ExecuteResourceCommandToolTests.cs (4)
46
ExecuteResourceCommandResult = new ExecuteResourceCommandResponse {
Success
= true }
71
Success
= false,
93
Success
= false,
113
ExecuteResourceCommandResult = new ExecuteResourceCommandResponse {
Success
= true }
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
103
public ExecuteResourceCommandResponse ExecuteResourceCommandResult { get; set; } = new ExecuteResourceCommandResponse {
Success
= true };
4 references to Success
aspire (4)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
731
_logger?.LogDebug("Command '{CommandName}' on resource '{ResourceName}' completed with success={Success}", commandName, resourceName, response.
Success
);
Commands\ResourceCommandHelper.cs (2)
66
if (response.
Success
)
92
if (response.
Success
)
Mcp\Tools\ExecuteResourceCommandTool.cs (1)
75
if (response.
Success
)