2 references to ResourcesPaths
Aspire.Hosting.Dapr (2)
DaprDistributedApplicationLifecycleHook.cs (2)
71
var aggregateResourcesPaths = sidecarOptions?.
ResourcesPaths
.Select(path => NormalizePath(path)).ToHashSet() ?? new HashSet<string>();
263
context.Writer.TryWriteStringArray("resourcesPath", sidecarOptions?.
ResourcesPaths
.Select(path => context.GetManifestRelativePath(path)));