2 instantiations of ExtensionRpcTarget
Aspire.Cli.Tests (2)
Backchannel\ExtensionBackchannelTests.cs (1)
162return new ExtensionBackchannel(NullLogger<ExtensionBackchannel>.Instance, new ExtensionRpcTarget(configuration, executionContext), configuration, connectCoreAsyncOverride);
Utils\CliTestHelper.cs (1)
601return new ExtensionRpcTarget(configuration, executionContext);
1 reference to ExtensionRpcTarget
aspire (1)
Program.cs (1)
1340builder.Services.AddSingleton<IExtensionRpcTarget, ExtensionRpcTarget>();