3 references to ExecuteResourceCommand
Aspire.Dashboard.Tests (3)
Mcp\AspireResourceMcpToolsTests.cs (3)
179
async () => await tools.
ExecuteResourceCommand
("nonexistent", "start"));
197
async () => await tools.
ExecuteResourceCommand
("app1", "start"));
212
async () => await tools.
ExecuteResourceCommand
("app1", "nonexistent-command"));