2 references to Authors
NuGet.Protocol (2)
Model\PackageSearchMetadataV2Feed.cs (2)
20
Authors = string.Join(", ", package.
Authors
);
48
Authors = metadataCache.GetString(string.Join(", ", package.
Authors
));