3 references to ExecuteCommandAsync
Aspire.Hosting.Tests (3)
ResourceCommandServiceTests.cs (3)
559
var result = await app.ResourceCommands.
ExecuteCommandAsync
("myResource", "mycommand", arguments);
688
var result = await app.ResourceCommands.
ExecuteCommandAsync
("myResource", "mycommand", arguments);
1546
var result = await app.ResourceCommands.
ExecuteCommandAsync
("myResource", "mycommand", arguments);