5 references to Summary
dotnet (2)
Commands\Tool\Search\SearchResultPrinter.cs (2)
66
if (!string.IsNullOrWhiteSpace(p.
Summary
))
68
_reporter.WriteLine($"{CliCommandStrings.Summary}: ".Bold() + p.
Summary
);
dotnet.Tests (3)
CommandTests\Tool\Search\NugetSearchApiDeserializerTests.cs (1)
23
firstItem.
Summary
.Should().Be("The summary");
CommandTests\Tool\Search\SearchResultPrinterTests.cs (2)
67
_reporter.Lines.Should().NotContain(l => l.Contains(_filledSearchResultPackage.
Summary
));
85
_filledSearchResultPackage.
Summary
, _filledSearchResultPackage.Tags.First(),