Sean Wheeler
Sean Wheeler
Tested with 0.14.2 using the platyps markdown help files. 1. Deleted the contents of New-YamlHelp.md. 2. Ran Update-MarkdownHelp Results - The New-YamlHelp.md file now contains the help for New-MarkdownHelp.md. ```...
Investigate rendering of comment-based help to make sure we can support current partner modules like Az and MSGraph.
This will probably be fixed when we switch to the markdig engine.
Reopening this issue to track the feature request for localization support.
PowerShell does not provide a way to discover the validations so there is no way for PlatyPS to do that. You have to document the validations manually in the description...
Interesting and worth further research. There are several types of validation (range, enums, count, pattern, and script). So we would have to consider how to handle each type.
Verified this is still a bug in 0.14.1
@theJasonHelmick @adityapatwardhan I marked this as consider for 2.0 since there is a PR open to fix the problem.
I want this feature too. I don't think there is a way to discover the default value through reflection. This needs further investigation.
Tested this with 0.14.1 and got the same error. Need to retest after conversion to the markdig engine.