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