Skip to content

Merge individual function scripts into a PowerShell module file #55

@pauby

Description

@pauby

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    WorkItemNon-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions