4 references to PublishCommand
aspire (4)
Commands\PublishCommand.cs (1)
35
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)
95
nameof(
PublishCommand
)
141
builder.Services.AddTransient<
PublishCommand
>();