5 references to IsPathRootedOnAnyPlatform
Aspire.Hosting.Java (5)
JavaDockerfileGenerator.cs (4)
353if (IsPathRootedOnAnyPlatform(annotation.JarPath) || normalized.Split('/').Contains("..")) 431if (IsPathRootedOnAnyPlatform(authored) || normalized.Split('/').Contains("..")) 564if (IsPathRootedOnAnyPlatform(authored)) 1040if (relative.StartsWith("../", StringComparison.Ordinal) || IsPathRootedOnAnyPlatform(relative))
JavaHostingExtensions.cs (1)
1376return agent.AgentPath is not { } authored || !JavaDockerfileGenerator.IsPathRootedOnAnyPlatform(authored);