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