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