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