5 references to NormalizePath
Aspire.Hosting.Dapr (5)
DaprDistributedApplicationLifecycleHook.cs (5)
71var aggregateResourcesPaths = sidecarOptions?.ResourcesPaths.Select(path => NormalizePath(path)).ToHashSet() ?? new HashSet<string>(); 87var localPathDirectory = Path.GetDirectoryName(NormalizePath(componentReferenceAnnotation.Component.Options.LocalPath)); 132ModelNamedArg("--config", NormalizePath(sidecarOptions?.Config)), 143ModelNamedArg("--run-file", NormalizePath(sidecarOptions?.RunFile)), 144ModelNamedArg("--runtime-path", NormalizePath(sidecarOptions?.RuntimePath)),