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