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