5 references to ResolveSymlinks
Aspire.Hosting (3)
src\Shared\AppHostSocketManager.cs (1)
197PathNormalizer.ResolveSymlinks(appHostPath),
src\Shared\PathNormalizer.cs (2)
49return ResolvePathCasing(ResolveSymlinks(path)); 179/// Unlike <see cref="ResolveSymlinks"/>, this method reports IO, permission, and circular-link failures
Aspire.Hosting.TestUtilities (2)
Utils\TestPathNormalizer.cs (2)
18/// <inheritdoc cref="PathNormalizer.ResolveSymlinks(string)"/> 19public static string ResolveSymlinks(string path) => PathNormalizer.ResolveSymlinks(path);