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