1 write to ExecuteCommand
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
37
ExecuteCommand
= executeCommand;
2 references to ExecuteCommand
Aspire.Hosting (2)
ApplicationModel\ResourceCommandAnnotation.cs (1)
129
/// The result of executing a command. Returned from <see cref="ResourceCommandAnnotation.
ExecuteCommand
"/>.
Dashboard\DashboardCommandExecutor.cs (1)
31
return await annotation.
ExecuteCommand
(context).ConfigureAwait(false);