1 write to Id
Microsoft.DotNet.NuGetRepack.Tasks (1)
src\NuGetVersionUpdater.cs (1)
48
Id
= id;
5 references to Id
Microsoft.DotNet.NuGetRepack.Tasks (5)
src\NuGetVersionUpdater.cs (5)
300
throw new InvalidDataException($"'{package.
Id
}' has invalid format: element 'dependency' is missing 'id' attribute");
306
throw new InvalidDataException($"'{package.
Id
}' has invalid format: element 'dependency' is missing 'version' attribute");
337
if (allowPreReleaseDependencyOpt?.Invoke(package.
Id
, id, versionRangeAttribute.Value) != true)
339
errors.Add(new InvalidOperationException($"Package '{package.
Id
}' depends on a pre-release package '{id}, {versionRangeAttribute.Value}'"));
360
string finalPath = Path.Combine(outDirectory, package.
Id
+ "." + package.NewVersion + ".nupkg");