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