4 references to AddCommand
aspire (4)
Commands\AddCommand.cs (1)
17private 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)
91nameof(AddCommand), 131builder.Services.AddTransient<AddCommand>();