2 writes to RelativePath
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
131RelativePath = normalizedRelativePath, 219RelativePath = 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), 233return $"packages/{entry.RelativePath}|{entry.AssetType ?? "runtime"}|{entry.PackageId}|{entry.PackageVersion}|{entry.PathInPackage}|{entry.PackageSha512}|{entry.SourcePath}"; 243return $"libs/{entry.RelativePath}|file|{fileContentHash}"; 246throw new InvalidOperationException($"Manifest entry '{entry.RelativePath}' does not contain enough information to compute a fingerprint."); 290var directoryName = Path.GetDirectoryName(entry.RelativePath.Replace('/', Path.DirectorySeparatorChar)); 429var destinationPath = Path.Combine(libsPath, entry.RelativePath.Replace('/', Path.DirectorySeparatorChar)); 493var copiedPath = Path.Combine(libsPath, entry.RelativePath.Replace('/', Path.DirectorySeparatorChar));