2 references to DashboardCommandExecutor
Aspire.Dashboard (2)
Components\Pages\ConsoleLogs.razor.cs (2)
404
(resource, command) =>
DashboardCommandExecutor
.IsExecuting(resource.Name, command.Name),
432
await
DashboardCommandExecutor
.ExecuteAsync(PageViewModel.SelectedResource!, command, GetResourceName);