2 references to DashboardCommandExecutor
Aspire.Dashboard (2)
Components\Pages\Resources.razor.cs (2)
577
(resource, command) =>
DashboardCommandExecutor
.IsExecuting(resource.Name, command.Name),
680
await
DashboardCommandExecutor
.ExecuteAsync(resource, command, GetResourceName);