We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc1862a0 commit4884590Copy full SHA for 4884590
src/Aspire.Hosting/ExternalServiceBuilderExtensions.cs
@@ -145,9 +145,7 @@ await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with
145
146
awaite.Notifications.PublishUpdateAsync(resource, snapshot=>snapshotwith
147
{
148
-Properties=[
149
-new(CustomResourceKnownProperties.Source,uri.Host)
150
-],
+Properties=snapshot.Properties.SetResourceProperty(CustomResourceKnownProperties.Source,uri.Host),
151
// Add the URL if it came from a parameter as non-static URLs must be published by the owning custom resource
152
Urls=AddUrlIfNotPresent(snapshot.Urls,uri),
153
// Required in order for health checks to work