5 references to Description
dotnet (2)
Commands\Tool\Search\SearchResultPrinter.cs (2)
71if (!string.IsNullOrWhiteSpace(p.Description)) 73_reporter.WriteLine($"{CliCommandStrings.Description}: ".Bold() + p.Description);
dotnet.Tests (3)
CommandTests\Tool\Search\NugetSearchApiDeserializerTests.cs (1)
20firstItem.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,