1 write to PrimaryEndpoint
Aspire.Hosting.SqlServer (1)
SqlServerServerResource.cs (1)
22
PrimaryEndpoint
= new(this, PrimaryEndpointName);
3 references to PrimaryEndpoint
Aspire.Hosting.SqlServer (2)
SqlServerServerResource.cs (2)
38
$"Server={
PrimaryEndpoint
.Property(EndpointProperty.IPV4Host)},{
PrimaryEndpoint
.Property(EndpointProperty.Port)};User ID=sa;Password={PasswordParameter};TrustServerCertificate=true");
ParameterEndToEnd.AppHost (1)
AppHost.cs (1)
25
var cs = builder.AddConnectionString("cs", ReferenceExpression.Create($"sql={db.Resource.Parent.
PrimaryEndpoint
};rows={insertionrows}"));