6 references to Endpoints
Aspire.Templates.Tests (6)
StarterTemplateRunTestsBase.cs (2)
50string url = _testFixture.Project.InfoTable["webfrontend"].Endpoints 69string url = _testFixture.Project.InfoTable["apiservice"].Endpoints
TemplateTestsBase.cs (2)
303string apiServiceUrl = project.InfoTable["apiservice"].Endpoints[0].Uri; 306string webFrontEnd = project.InfoTable["webfrontend"].Endpoints[0].Uri;
tests\Shared\TemplatesTesting\ProjectInfo.cs (2)
22var allocatedEndpoint = Endpoints.Single(e => e.Name == bindingName); 33var allocatedEndpoint = Endpoints.Single(e => e.Name == bindingName);