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