7 instantiations of ExecuteCommandContext
Aspire.Hosting (1)
Dashboard\DashboardCommandExecutor.cs (1)
24
var context = new
ExecuteCommandContext
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (6)
191
var context = new
ExecuteCommandContext
221
var context = new
ExecuteCommandContext
250
var context = new
ExecuteCommandContext
295
var context = new
ExecuteCommandContext
338
var context = new
ExecuteCommandContext
382
var context = new
ExecuteCommandContext
12 references to ExecuteCommandContext
Aspire.Hosting (6)
ApplicationModel\CommandOptions.cs (1)
7
/// Optional configuration for resource commands added with <see cref="ResourceBuilderExtensions.WithCommand{T}(Aspire.Hosting.ApplicationModel.IResourceBuilder{T}, string, string, Func{Aspire.Hosting.ApplicationModel.
ExecuteCommandContext
, Task{Aspire.Hosting.ApplicationModel.ExecuteCommandResult}}, Aspire.Hosting.ApplicationModel.CommandOptions?)"/>.
ApplicationModel\ResourceCommandAnnotation.cs (2)
21
Func<
ExecuteCommandContext
, Task<ExecuteCommandResult>> executeCommand,
66
public Func<
ExecuteCommandContext
, Task<ExecuteCommandResult>> ExecuteCommand { get; }
Dashboard\DashboardCommandExecutor.cs (1)
24
var
context = new ExecuteCommandContext
ResourceBuilderExtensions.cs (2)
1412
Func<
ExecuteCommandContext
, Task<ExecuteCommandResult>> executeCommand,
1473
Func<
ExecuteCommandContext
, Task<ExecuteCommandResult>> executeCommand,
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (6)
191
var
context = new ExecuteCommandContext
221
var
context = new ExecuteCommandContext
250
var
context = new ExecuteCommandContext
295
var
context = new ExecuteCommandContext
338
var
context = new ExecuteCommandContext
382
var
context = new ExecuteCommandContext