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