1 write to InfoTable
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
220InfoTable = ProjectInfo.Parse(line.Substring("$ENDPOINTS: ".Length));
5 references to InfoTable
Aspire.Templates.Tests (5)
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\AspireProject.cs (1)
312foreach (var project in InfoTable.Values)