2 references to PrimaryEndpointName
Aspire.Hosting.Seq (2)
SeqBuilderExtensions.cs (1)
35
.WithHttpEndpoint(port: port, targetPort: 80, name: SeqResource.
PrimaryEndpointName
)
SeqResource.cs (1)
19
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);