4 references to SetResourceProperty
Aspire.Hosting (4)
Orchestrator\ApplicationOrchestrator.cs (4)
151
Properties = s.Properties.
SetResourceProperty
(KnownProperties.Container.Image, context.Resource.TryGetContainerImageName(out var imageName) ? imageName : ""),
255
Properties = s.Properties.
SetResourceProperty
("Value", value ?? "", resource is ParameterResource p && p.Secret)
267
Properties = s.Properties.
SetResourceProperty
("Value", ex.Message)
402
Properties = parent is null ? s.Properties : s.Properties.
SetResourceProperty
(KnownProperties.Resource.ParentName, parent.GetResolvedResourceNames()[0]),