1 write to RelativePath
aspire-managed (1)
NuGet\Commands\NuGetPackageAssetResolver.cs (1)
408RelativePath = NormalizeRelativePath(relativePath),
4 references to RelativePath
aspire-managed (4)
NuGet\Commands\LayoutCommand.cs (2)
105var destPath = Path.Combine(outputPath, asset.RelativePath.Replace('/', Path.DirectorySeparatorChar)); 106if (CopyIfNewer(asset.SourcePath, destPath, createDirectory: asset.RelativePath.Contains('/')))
NuGet\Commands\ManifestCommand.cs (2)
139Name = Path.GetFileNameWithoutExtension(asset.RelativePath), 149FileName = Path.GetFileName(asset.RelativePath),