4 references to RootCommand
aspire (4)
Program.cs (4)
33using RootCommand = Aspire.Cli.Commands.RootCommand; 122builder.Services.AddTransient<RootCommand>(); 174var rootCommand = app.Services.GetRequiredService<RootCommand>();