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