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