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