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