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