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