PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

Find-PSResource should preserve company name

Open SydneyhSmith opened this issue 5 years ago • 2 comments

Current behavior of Find-Module is to override the company name with the owners aliases: image We should get this fixed for Find-PSResource

This work will likely be a part of object formatting: #212

SydneyhSmith avatar Sep 25 '20 14:09 SydneyhSmith

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.56. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Sep 25 '20 14:09 issue-label-bot[bot]

That information is not easily accessibly via the json metadata (IPackageSearchMetadata object returned via GetSearchAsync() and GetMetadataAsync() search APIs and may be more work than is worth to get this field. Here is a link listing the package information accessible via the package nuspec (note company name is not listed): https://docs.microsoft.com/en-us/nuget/reference/nuspec

anamnavi avatar Jun 15 '21 20:06 anamnavi