5 references to ExecuteAsyncCore
Aspire.Dashboard (1)
Model\DashboardCommandExecutor.cs (1)
55await ExecuteAsyncCore(resource, command, getResourceName).ConfigureAwait(false);
Aspire.Dashboard.Tests (4)
Model\DashboardCommandExecutorTests.cs (4)
43var executeTask = executor.ExecuteAsyncCore(resource, command, r => r.DisplayName); 87var executeTask = executor.ExecuteAsyncCore(resource, command, r => r.DisplayName); 127var executeTask = executor.ExecuteAsyncCore(resource, command, r => r.DisplayName); 171var executeTask = executor.ExecuteAsyncCore(resource, command, r => r.DisplayName);