5 references to Tags
dotnet (2)
Commands\Tool\Search\SearchResultPrinter.cs (2)
56
if (p.
Tags
!= null)
58
_reporter.WriteLine($"{CliCommandStrings.Tags}: ".Bold() + string.Join(", ", p.
Tags
));
dotnet.Tests (3)
CommandTests\Tool\Search\NugetSearchApiDeserializerTests.cs (1)
24
firstItem.
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(),