2 writes to RelativePath
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
131RelativePath = normalizedRelativePath, 221RelativePath = normalizedRelativePath,
10 references to RelativePath
aspire (10)
Projects\AppHostServerClosureSnapshots.cs (10)
137entries.Sort(static (left, right) => StringComparer.Ordinal.Compare(left.RelativePath, right.RelativePath)); 159FileName = Path.GetFileName(entry.RelativePath), 172Name = Path.GetFileNameWithoutExtension(entry.RelativePath), 235return $"packages/{entry.RelativePath}|{entry.AssetType ?? "runtime"}|{entry.PackageId}|{entry.PackageVersion}|{entry.PathInPackage}|{entry.PackageSha512}|{entry.SourcePath}"; 245return $"libs/{entry.RelativePath}|file|{fileContentHash}"; 248throw new InvalidOperationException($"Manifest entry '{entry.RelativePath}' does not contain enough information to compute a fingerprint."); 292var directoryName = Path.GetDirectoryName(entry.RelativePath.Replace('/', Path.DirectorySeparatorChar)); 431var destinationPath = Path.Combine(libsPath, entry.RelativePath.Replace('/', Path.DirectorySeparatorChar)); 495var copiedPath = Path.Combine(libsPath, entry.RelativePath.Replace('/', Path.DirectorySeparatorChar));