1 instantiation of AppHostCliBackchannel
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
301return new AppHostCliBackchannel(logger, telemetry);
3 references to AppHostCliBackchannel
aspire (2)
Backchannel\AppHostCliBackchannel.cs (1)
30internal sealed class AppHostCliBackchannel(ILogger<AppHostCliBackchannel> logger, AspireCliTelemetry telemetry) : IAppHostCliBackchannel
Program.cs (1)
162builder.Services.AddTransient<IAppHostCliBackchannel, AppHostCliBackchannel>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
299var logger = serviceProvider.GetRequiredService<ILogger<AppHostCliBackchannel>>();