You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current value of HelpInfoURI will error out on 404, since the value is populated with a valid http/https link but of wrong file extension (.md).
I understand the intent to easier allow users to find the github README and get help by reading it, but currently this causes an error when running Update-Help (to update all the help files on your system)
Describe the bug
The current value of HelpInfoURI will error out on 404, since the value is populated with a valid http/https link but of wrong file extension (.md).
I understand the intent to easier allow users to find the github README and get help by reading it, but currently this causes an error when running Update-Help (to update all the help files on your system)
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/new-modulemanifest?view=powershell-7.2
https://devblogs.microsoft.com/scripting/helpinfouri-helpuri-and-other-help-mysteries/
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If updatable help is the goal then have HelpInfoURI go to a xml or container
Thanks!
The text was updated successfully, but these errors were encountered: