13 references to InitCommand
aspire (2)
Commands\RootCommand.cs (1)
108InitCommand initCommand,
Program.cs (1)
300builder.Services.AddTransient<InitCommand>();
Aspire.Cli.Tests (11)
Commands\InitCommandTests.cs (10)
103var initCommand = serviceProvider.GetRequiredService<InitCommand>(); 185var initCommand = serviceProvider.GetRequiredService<InitCommand>(); 281var initCommand = serviceProvider.GetRequiredService<InitCommand>(); 415var command = provider.GetRequiredService<InitCommand>(); 440var command = provider.GetRequiredService<InitCommand>();
Utils\CliTestHelper.cs (1)
155services.AddTransient<InitCommand>();