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