1 write to InfoTable
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
220InfoTable = ProjectInfo.Parse(line.Substring("$ENDPOINTS: ".Length));
2 references to InfoTable
Aspire.EndToEnd.Tests (2)
IntegrationServicesFixture.cs (1)
26public Dictionary<string, ProjectInfo> Projects => Project?.InfoTable ?? throw new InvalidOperationException("Project is not initialized");
tests\Shared\TemplatesTesting\AspireProject.cs (1)
312foreach (var project in InfoTable.Values)