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