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