1 write to ExecuteCommand
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
37ExecuteCommand = executeCommand;
8 references to ExecuteCommand
Aspire.Hosting (2)
ApplicationModel\ResourceCommandAnnotation.cs (1)
141/// The result of executing a command. Returned from <see cref="ResourceCommandAnnotation.ExecuteCommand"/>.
Dashboard\DashboardCommandExecutor.cs (1)
31return await annotation.ExecuteCommand(context).ConfigureAwait(false);
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (6)
153var result = await command.ExecuteCommand(context); 183var result = await command.ExecuteCommand(context); 212var result = await command.ExecuteCommand(context); 257var result = await command.ExecuteCommand(context); 300var result = await command.ExecuteCommand(context); 344var result = await command.ExecuteCommand(context);