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