8 references to Authors
dotnet (4)
Commands\Tool\Search\SearchResultPrinter.cs (4)
34p => p.Authors == null ? "" : string.Join(", ", p.Authors)); 51if (p.Authors != null) 53_reporter.WriteLine($"{CliCommandStrings.Authors}: ".Bold() + string.Join(", ", p.Authors));
dotnet.Tests (4)
CommandTests\Tool\Search\NugetSearchApiDeserializerTests.cs (2)
19firstItem.Authors.Should().ContainSingle("author is a scalar"); 31secondItem.Authors.Should().ContainInOrder("author1", "authors2");
CommandTests\Tool\Search\SearchResultPrinterTests.cs (2)
55_filledSearchResultPackage.Id.ToString(), _filledSearchResultPackage.Authors.First(), 80_filledSearchResultPackage.Id.ToString(), _filledSearchResultPackage.Authors.First(),