Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Dec 7, 2024

Description

  • Adds a module variable called $script:PSModuleInfo with contents from the module manifest. Loaded via Test-ModuleManifest.
    • Fixes #71
  • Prints the contents of $script:PSModuleInfo with -Debug flag.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner December 7, 2024 13:25
@MariusStorhaug MariusStorhaug self-assigned this Dec 7, 2024
@MariusStorhaug MariusStorhaug enabled auto-merge (squash) December 7, 2024 13:27
@MariusStorhaug MariusStorhaug merged commit 05b644c into main Dec 7, 2024
8 checks passed
@MariusStorhaug MariusStorhaug deleted the PSModuleInfo branch December 7, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

🚀[Feature]: Add a module manifest load to the module, so that info about the module is available to the module context

2 participants