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