1 write to Tags
NuGet.Packaging (1)
PackageCreation\Authoring\PackageBuilder.cs (1)
154Tags = new HashSet<string>();
5 references to Tags
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
166builder.Tags.AddRange(request.Tags);
NuGet.Commands (2)
CommandRunners\PackCommandRunner.cs (2)
641if (builder.Tags.Any()) 643WriteLine("Tags: {0}", string.Join(", ", builder.Tags));
NuGet.Packaging (2)
PackageCreation\Authoring\PackageBuilder.cs (2)
308string IPackageMetadata.Tags => string.Join(" ", Tags); 866Tags.AddRange(ParseTags(metadata.Tags));