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