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