4 references to LocalPath
Aspire.Hosting.Dapr (4)
DaprDistributedApplicationLifecycleHook.cs (3)
85if (componentReferenceAnnotation.Component.Options?.LocalPath is not null) 87var localPathDirectory = Path.GetDirectoryName(NormalizePath(componentReferenceAnnotation.Component.Options.LocalPath)); 365.Where(component => component.Options?.LocalPath is null)
IDistributedApplicationBuilderExtensions.cs (1)
86if (resource.Options?.LocalPath is { } localPath)