2 writes to Endpoints
Aspire.Cli.Tests (2)
TestServices\TestAppHostCliBackchannel.cs (2)
92Endpoints = new[] { "http://localhost:5000" }, 100Endpoints = new[] { "http://localhost:5001" },
3 references to Endpoints
aspire (3)
Commands\RunCommand.cs (3)
1326if (resourceState.Endpoints.Except(existingResourceState.Endpoints) is { } endpoints && endpoints.Any()) 1338if (resourceState.Endpoints is { } endpoints && endpoints.Any())