3 references to DefaultUserName
Aspire.Hosting.SqlServer (3)
SqlServerServerResource.cs (3)
50$"Server={PrimaryEndpoint.Property(EndpointProperty.IPV4Host)},{PrimaryEndpoint.Property(EndpointProperty.Port)};User ID={DefaultUserName};Password={PasswordParameter};TrustServerCertificate=true"); 58public ReferenceExpression UserNameReference => ReferenceExpression.Create($"{DefaultUserName}"); 67ReferenceExpression.Create($"mssql://{DefaultUserName:uri}:{PasswordParameter:uri}@{Host}:{Port}");