Skip to content

Commit

Permalink
Merge branch 'add-isdefaultentity-eventhub-hosting' of https://github…
Browse files Browse the repository at this point in the history
….com/oising/aspire into add-isdefaultentity-eventhub-hosting
  • Loading branch information
oising committed Feb 1, 2025
2 parents ff66528 + d23a81d commit 3235d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private ReferenceExpression BuildConnectionString()
if (defaultEntity is not null)
{
builder.Append($"{entityPathSeparator}EntityPath={defaultEntity.Name}");
}
}

return builder.Build();
}
Expand Down

0 comments on commit 3235d54

Please sign in to comment.