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