Skip to content

Find-PSResource should preserve company name #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SydneyhSmith opened this issue Sep 25, 2020 · 2 comments · Fixed by #781
Closed

Find-PSResource should preserve company name #267

SydneyhSmith opened this issue Sep 25, 2020 · 2 comments · Fixed by #781
Assignees
Labels
Area-Find Issue-Bug Something isn't working Issue-Documentation Improvements or additions to documentation Status: Fixed
Milestone

Comments

@SydneyhSmith
Copy link
Collaborator

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

@issue-label-bot
Copy link

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

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

@issue-label-bot issue-label-bot bot added the Issue-Bug Something isn't working label Sep 25, 2020
@SydneyhSmith SydneyhSmith added this to the 3.0-Resolved milestone Oct 1, 2020
@anamnavi
Copy link
Member

anamnavi commented Jun 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment