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