1 write to InfoTable
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
222InfoTable = ProjectInfo.Parse(line.Substring("$ENDPOINTS: ".Length));
5 references to InfoTable
Aspire.Templates.Tests (5)
StarterTemplateRunTestsBase.cs (2)
52string url = _testFixture.Project.InfoTable["webfrontend"].Endpoints 73string url = _testFixture.Project.InfoTable["apiservice"].Endpoints
TemplateTestsBase.cs (2)
298string apiServiceUrl = project.InfoTable["apiservice"].Endpoints[0].Uri; 301string webFrontEnd = project.InfoTable["webfrontend"].Endpoints[0].Uri;
tests\Shared\TemplatesTesting\AspireProject.cs (1)
320foreach (var project in InfoTable.Values)