4 references to UserNameReference
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
95InnerResource.UserNameReference :
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (1)
115context.EnvironmentVariables[UserEnvVarName] = postgresServer.UserNameReference;
PostgresServerResource.cs (2)
57$"Host={PrimaryEndpoint.Property(EndpointProperty.Host)};Port={PrimaryEndpoint.Property(EndpointProperty.Port)};Username={UserNameReference};Password={PasswordParameter}"); 174new ("Username", ReferenceExpression.Create($"{UserNameReference}")),