5 references to Tags
dotnet (2)
Commands\Tool\Search\SearchResultPrinter.cs (2)
56if (p.Tags != null) 58_reporter.WriteLine($"{CliCommandStrings.Tags}: ".Bold() + string.Join(", ", p.Tags));
dotnet.Tests (3)
CommandTests\Tool\Search\NugetSearchApiDeserializerTests.cs (1)
24firstItem.Tags.Should().ContainSingle("test");
CommandTests\Tool\Search\SearchResultPrinterTests.cs (2)
68_reporter.Lines.Should().NotContain(l => l.Contains(_filledSearchResultPackage.Tags.First())); 85_filledSearchResultPackage.Summary, _filledSearchResultPackage.Tags.First(),