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