You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
pauby
added
the
TaskItem
Non-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.
label
May 13, 2024
Checklist
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
The text was updated successfully, but these errors were encountered: