3 references to ResolveSymlinks
Aspire.Hosting.Dotnet (3)
DotnetProjectBuildCoordinator.cs (1)
747var physicalWorkingDirectory = PathNormalizer.ResolveSymlinks(Path.GetFullPath(workingDirectory));
src\Shared\PathNormalizer.cs (2)
49return ResolvePathCasing(ResolveSymlinks(path)); 179/// Unlike <see cref="ResolveSymlinks"/>, this method reports IO, permission, and circular-link failures