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