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