Swap authors for owners in Visual Studio Package Manager UI #12501
Description
NuGet Product(s) Involved
Visual Studio Package Management UI
The Elevator Pitch
Currently in the Visual Studio Package Manager UI, we show the authors
field which is a comma delimited list that is commonly used to help a developer know who "authored" the package.
This concept is a bit outdated as NuGet.org provides a owners
field in the search service that provides an up-to-date maintainer list that can be used as a primary and if a server doesn't provide it, can fallback on authors
. This is not to be confused with the local owners
nuspec field.
https://learn.microsoft.com/en-us/nuget/api/search-query-service-resource#search-result
Some further details as pointed out by @zivkan might be that we would only display owners for sources that support it and are fetched from the remote and ignore some nuspec metadata in the global packages folder.
This will help reduce confusion of a field that is commonly used to impersonate notable entities or have changed in ownership in the years since it was published where the original author is still listed.
Related: #10260
Additional Context and Details
No response