2 references to TryResolveSymlinkTarget
aspire (2)
Utils\CliPathHelper.cs (2)
186return MaybeStripMacOSFirmlinkPrefix(TryResolveSymlinkTarget(path, logger, "using the raw path") ?? path); 196var resolved = TryResolveSymlinkTarget(path, logger, "trying the normalized path");