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