2 references to ContainerHost
Aspire.Hosting.Tests (2)
EndpointReferenceTests.cs (1)
258
var ex = Assert.Throws<InvalidOperationException>(() => endpointRef.
ContainerHost
);
WithEndpointTests.cs (1)
237
return container.GetEndpoint("ep").
ContainerHost
;