4 references to RunCommand
aspire (4)
Commands\RootCommand.cs (1)
20
public RootCommand(NewCommand newCommand,
RunCommand
runCommand, AddCommand addCommand, PublishCommand publishCommand, IInteractionService interactionService)
Commands\RunCommand.cs (1)
20
private readonly ActivitySource _activitySource = new ActivitySource(nameof(
RunCommand
));
Program.cs (2)
52
nameof(
RunCommand
),
90
builder.Services.AddTransient<
RunCommand
>();