1 write to Parts
Microsoft.DotNet.NuGetRepack.Tests (1)
ReplacePackagePartsTests.cs (1)
32Parts = new[] { "tools/EmptyBinary.dll" },
4 references to Parts
Microsoft.DotNet.NuGetRepack.Tasks (4)
src\ReplacePackageParts.cs (4)
58/// Each item of <see cref="ReplacementFiles"/> corresponds to an item of <see cref="Parts"/> array. 88int partCount = Parts?.Length ?? 0; 92Log.LogError($"{nameof(Parts)} and {nameof(ReplacementFiles)} lists must have the same length."); 100var partUri = Parts[i].Replace('\\', '/');