1 write to PrimaryEndpoint
Aspire.Hosting.PostgreSQL (1)
PostgresServerResource.cs (1)
24PrimaryEndpoint = new(this, PrimaryEndpointName);
4 references to PrimaryEndpoint
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (1)
468var endpoint = postgresInstance.PrimaryEndpoint;
PostgresServerResource.cs (2)
51$"Host={PrimaryEndpoint.Property(EndpointProperty.Host)};Port={PrimaryEndpoint.Property(EndpointProperty.Port)};Username={UserNameReference};Password={PasswordParameter}");
Aspire.Hosting.PostgreSQL.Tests (1)
AddPostgresTests.cs (1)
644port = {postgresDatabase.Parent.PrimaryEndpoint.TargetPort}