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