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