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