7 references to WithCommand
Aspire.Hosting (2)
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?)"/>.
ResourceBuilderExtensions.cs (1)
1692
builder.
WithCommand
(commandName, displayName,
Aspire.Hosting.Tests (2)
Dashboard\DashboardServiceTests.cs (2)
151
builder.
WithCommand
(
217
builder.
WithCommand
(
Stress.AppHost (3)
Program.cs (3)
39
serviceBuilder.
WithCommand
(
50
serviceBuilder.
WithCommand
(
84
.
WithCommand
(