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