Skip to content

Fix resourceinfo #367

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

Merged
merged 3 commits into from
May 4, 2021
Merged

Fix resourceinfo #367

merged 3 commits into from
May 4, 2021

Conversation

PaulHigin
Copy link
Contributor

PR Summary

This PR changes the name for PSResourceInfo class and also moves it from Utils to its own source file.

PR Context

After discussion, it was decided that the PSResourceInfo class should follow other conventions and reside in its own source file. Associated test file is also renamed.

PR Checklist

@PaulHigin PaulHigin requested review from alerickson and anamnavi May 4, 2021 00:04
@PaulHigin PaulHigin merged commit fa09d5e into PowerShell:development May 4, 2021
public string Repository { get; set; }
public string RepositorySourceLocation { get; set; }
public string[] Tags { get; set; }
public string Type { get; set; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the type string and not ResourceType?

@PaulHigin PaulHigin deleted the fix-resourceinfo branch June 22, 2021 15:56
anamnavi pushed a commit that referenced this pull request Sep 7, 2022
* Move the PSResourceInfo class to its own source file, and rename test

* Add missing copyright to new source file

* Fix Codeacy warning
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.

3 participants