Skip to content

Optimize the exporting in the module manifest #448

@johlju

Description

@johlju

See https://docs.microsoft.com/en-us/windows-server/administration/performance-tuning/powershell/module-authoring-considerations

We should change

https://github.com/PowerShell/xWebAdministration/blob/4f19e762c648af0346b6fef382bf5e1c674a48dd/xWebAdministration.psd1#L61-L65

To

  # Functions to export from this module
  FunctionsToExport = @()

  # Cmdlets to export from this module
  CmdletsToExport = @()

  # Variables to export from this module
  VariablesToExport = @()

  # Aliases to export from this module
  AliasesToExport = @()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThe issue is an enhancement request.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhacktoberfestSee https://hacktoberfest.digitalocean.com/

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions