7 instantiations of ExecuteCommandContext
Aspire.Hosting (1)
Dashboard\DashboardCommandExecutor.cs (1)
24var context = new ExecuteCommandContext
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (6)
191var context = new ExecuteCommandContext 221var context = new ExecuteCommandContext 250var context = new ExecuteCommandContext 295var context = new ExecuteCommandContext 338var context = new ExecuteCommandContext 382var 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)
21Func<ExecuteCommandContext, Task<ExecuteCommandResult>> executeCommand, 66public Func<ExecuteCommandContext, Task<ExecuteCommandResult>> ExecuteCommand { get; }
Dashboard\DashboardCommandExecutor.cs (1)
24var context = new ExecuteCommandContext
ResourceBuilderExtensions.cs (2)
1412Func<ExecuteCommandContext, Task<ExecuteCommandResult>> executeCommand, 1473Func<ExecuteCommandContext, Task<ExecuteCommandResult>> executeCommand,
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (6)
191var context = new ExecuteCommandContext 221var context = new ExecuteCommandContext 250var context = new ExecuteCommandContext 295var context = new ExecuteCommandContext 338var context = new ExecuteCommandContext 382var context = new ExecuteCommandContext