Skip to content

WIP: Fix company name for modules #596

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
wants to merge 94 commits into from

Conversation

anamnavi
Copy link
Member

@anamnavi anamnavi commented Jan 20, 2022

PR Summary

*-PSResource cmdlets return a PSResourceInfo object. PSResourceInfo has a CompanyName property. It can't be populated for the instance of PSResourceInfo that Find-PSResource returns because that instance is populated by IPackageSearchMetadata which doesn't have metadata for company name. Still need to update documentation for these cmdlet's return type and its CompanyName property.

For PSResourceInfo instances returned from Install-PSResource and Get-PSResource the CompanyName field should be populated.

With this PR this field is now properly populated for Modules, still need to implement for scripts.

PR Context

Resolves #267

PR Checklist

anamnavi added 29 commits June 22, 2022 13:21
@anamnavi anamnavi closed this Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find-PSResource should preserve company name
1 participant