1 write to ExecuteCommand
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
37
ExecuteCommand
= executeCommand;
9 references to ExecuteCommand
Aspire.Hosting (3)
ApplicationModel\ResourceCommandAnnotation.cs (2)
141
/// The result of executing a command. Returned from <see cref="ResourceCommandAnnotation.
ExecuteCommand
"/>.
173
/// Context for <see cref="ResourceCommandAnnotation.
ExecuteCommand
"/>.
Dashboard\DashboardCommandExecutor.cs (1)
31
return await annotation.
ExecuteCommand
(context).ConfigureAwait(false);
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (6)
197
var result = await command.
ExecuteCommand
(context);
227
var result = await command.
ExecuteCommand
(context);
256
var result = await command.
ExecuteCommand
(context);
301
var result = await command.
ExecuteCommand
(context);
344
var result = await command.
ExecuteCommand
(context);
388
var result = await command.
ExecuteCommand
(context);