5 references to Description
dotnet (2)
Commands\Tool\Search\SearchResultPrinter.cs (2)
71
if (!string.IsNullOrWhiteSpace(p.
Description
))
73
_reporter.WriteLine($"{CliCommandStrings.Description}: ".Bold() + p.
Description
);
dotnet.Tests (3)
CommandTests\Tool\Search\NugetSearchApiDeserializerTests.cs (1)
20
firstItem.
Description
.Should().Be("test app");
CommandTests\Tool\Search\SearchResultPrinterTests.cs (2)
66
_reporter.Lines.Should().NotContain(l => l.Contains(_filledSearchResultPackage.
Description
));
84
_mostEmptyToCheckNullException.Id.ToString(), _filledSearchResultPackage.
Description
,