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