Aditya Patwardhan

Results 109 comments of Aditya Patwardhan

@davidBar-On Please have a look at merge conflict

Implementation in PR for the v2 for New-MarkdownHelp seems to have resolved this issue: https://github.com/PowerShell/platyPS/pull/520 I do not have dates for the next release though, hopefully soon.

It seems that for the help for New-MarkdownHelp cmdlet has the link in it: ```Powershell get-help New-MarkdownHelp | Select-Object -ExpandProperty relatedLinks navigationLink -------------- {@{uri=https://go.microsoft.com/fwlink/?LinkID=2096483}} ``` There is nothing much we...

1. I removed the `summary` property. 2. Are you sure `parameterValueGroup` is used for accepted values? From the link you provided I could not infer that. 3. `valueFrom` seems like...

I am pushing a change to remove `summary` and `valueFrom`. We added `parameterSetName` to capture the string which has the list of parameter sets the parameter belongs to.

I just checked the MAML that gets downloaded by `Update-Help`, it is as follows: ``` Exclude Specifies an array of one or more string patterns to be matched as the...

@theJasonHelmick @dingmeng-xue I had a look at the issue and have made changes to the code in v2 to ensure that the generated markdown will have something similar to `System.Collections.Generic.List`...

It will be available in the next preview of the module.

@aczechowski We tried to repro the issue using a test environment provided by Megan. We could not reproduce the problem. Please ensure the loaded version of platyPS is 0.14.2 and...