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