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