4 references to PathNormalizer
Aspire.Hosting.Dotnet (4)
DotnetProjectBuildCoordinator.cs (2)
747
var physicalWorkingDirectory =
PathNormalizer
.ResolveSymlinks(Path.GetFullPath(workingDirectory));
753
return
PathNormalizer
.ResolveToFilesystemPath(globalJsonPath);
DotnetProjectBuildResource.cs (1)
79
var projectIdentity =
PathNormalizer
.ResolveToFilesystemPath(fullPath);
DotnetProjectHostingExtensions.cs (1)
253
path =
PathNormalizer
.NormalizePathForCurrentPlatform(Path.Combine(builder.AppHostDirectory, path));