Skip to content
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

Merge individual function scripts into a PowerShell module file #55

Open
2 tasks done
pauby opened this issue May 13, 2024 · 0 comments
Open
2 tasks done

Merge individual function scripts into a PowerShell module file #55

pauby opened this issue May 13, 2024 · 0 comments
Labels
TaskItem Non-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.

Comments

@pauby
Copy link
Member

pauby commented May 13, 2024

Checklist

  • I have verified this is the correct repository for opening this issue.
  • I have verified no other issues exist related to my request.

Is Your Feature Request Related To A Problem? Please describe.

The PowerShell functions are all in their individual scripts (.ps1) and are dot sourced into the PowerShell module file (.psm1). This is not recommended practice and means the scripts are individually signed.

Describe The Solution. Why is it needed?

It is recommended best practice to merge these individual script files into one PowerShell module file at build time, and ship that.

Additional Context

N/A

Related Issues

N/A

@pauby pauby added the TaskItem Non-bug, non-feature related things. Could be refactoring. Sometimes non-code related things. label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TaskItem Non-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.
Projects
None yet
Development

No branches or pull requests

1 participant