Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate latest version of platyPS for help creation #48

Open
techthoughts2 opened this issue Jun 4, 2021 · 3 comments
Open

Evaluate latest version of platyPS for help creation #48

techthoughts2 opened this issue Jun 4, 2021 · 3 comments
Labels
enhancement New feature or request On Hold waiting on something before procedding

Comments

@techthoughts2
Copy link
Owner

Description

An overhauled version of platyPS is now available. Evaluate this new version and determine if it resolves some of the help creation issues previosly faced allowing for an upgrade off version 0.12.0

Describe the solution you'd like

Evaluate new capabilities of platyPS redesign and see if it meets the needs for Catesta help generation.

Additional context

Catesta has been locked to version 0.12.0 because of a text replacement issue during build:
PowerShell/platyPS#457

@soulemike
Copy link
Contributor

The default build is impacted by progress action not being recognized as a common parameter by PlatyPS.

PowerShell/platyPS#407

#./src/<project>.build.ps1:381
$MissingDocumentation = Select-String -Path "$script:ArtifactsPath\docs\*.md" -Pattern "({{.*}})"|?{$_ -notlike "*ProgressAction*"}

@techthoughts2
Copy link
Owner Author

Thanks @Snozzberries - opened #71 regarding this issue.

@techthoughts2
Copy link
Owner Author

#71 is now closed with a patch for the fix. When the platyPS rewrite is complete and evaluated the patch should be removed. Making a note for later.

@techthoughts2 techthoughts2 added the On Hold waiting on something before procedding label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request On Hold waiting on something before procedding
Projects
None yet
Development

No branches or pull requests

2 participants