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