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