5 references to Endpoints
aspire (5)
Commands\DescribeCommand.cs (5)
395
var endpointsStr = state.
Endpoints
.Length > 0
396
? $" - {string.Join(", ", state.
Endpoints
.Select(e => FormatEndpointUrl(e.Url, e.DisplayName)))}"
459
Endpoints
.AsSpan().SequenceEqual(other.
Endpoints
);
464
HashCode.Combine(DisplayName, State, HealthStatus,
Endpoints
.Length);