2 references to ExecuteCommandAsync
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
99var result = await _resourceCommandService.ExecuteCommandAsync(resourceId, type, cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (1)
ResourceCommandServiceTests.cs (1)
26var result = await app.ResourceCommands.ExecuteCommandAsync("NotFoundResourceId", "NotFound");