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