🪲 [Fix]: Fix so files are back to expected structure#21
🪲 [Fix]: Fix so files are back to expected structure#21MariusStorhaug merged 14 commits intomainfrom
Conversation
…dling in Build-PSModuleDocumentation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes file structure issues by updating a PowerShell script that builds module documentation. The changes replace deprecated ForegroundColor parameters with modern PSStyle formatting and add debug output to show generated documentation files.
- Modernized color output formatting using PSStyle instead of ForegroundColor
- Added debug logging to display generated documentation files
- Improved visibility into the documentation build process
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…ld-PSModuleDocumentation
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…handling in Build-PSModuleDocumentation
…lder for improved clarity in documentation generation
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…handling in Build-PSModuleDocumentation
…and processing in Build-PSModuleDocumentation
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…nd file listing in Build-PSModuleDocumentation
…oduleDocumentation
…tter output organization
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…ative paths in Build-PSModuleDocumentation
This release fixes variable inconsistencies and enhances output formatting in the
Build-PSModuleDocumentation.ps1script, improving script maintainability and user experience.What's Changed
$DocsOutputFolderand$moduleDocsFolderwith$docsOutputFolderthroughout the script to ensure consistent documentation output paths.$PSStyle.Foreground.Greenand$PSStyle.Foreground.Redfor colored checkmarks and crosses, enhancing readability of command results.Import-Module -Verbose:$false, reducing unnecessary log noise.Issues Fixed