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