Sean Wheeler

Results 65 issues of Sean Wheeler

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases) - [X] Search the existing issues. ###...

Area-Yaml

### Summary of the new feature / enhancement Copied from https://github.com/MicrosoftDocs/PowerShell-Docs/issues/2422 Especially with complex commands that have several parameter sets, it's important to have the parameter-set names shown above the...

Area-Schema
Issue-Enhancement

I ran PlatyPS v2 against PlatyPS v2. New-MarkdownHelp.md has the following related links section: ``` ## RELATED LINKS [] (https://go.microsoft.com/fwlink/?LinkID=2096483) ``` There are 2 problems 1. The link shown is...

Area-MAML

### Summary of the new feature / enhancement | Subject | Issue | Title | 2.0-Preview2 | 2.0-Preview3 | Build Improvements | Future-Consider | Future-Localization | | ------------------------- | -----...

Issue-Enhancement

See related issue #419 and #420. Steps to reproduce ------------------ Run Update-MarkdownHelp (with logging) on the CimCmdlets markdown files. (see related issues). Expected behavior ----------------- Log file shows the following:...

Area-UpdateMarkdown

Problem 1: The Common Parameters block is overwritten when you run Update-MarkdownHelp. The default text for that block is contains a bare URL rather than a proper Markdown hyperlink. Problem...

Area-MarkdownWriter
Area-UpdateMarkdown

The current Pester tests use fixed strings for comparison of MAML content. But the build process does an Update-Help first. Since the help content has been changed in the past...

Area-Maintainers-Build

The build script is outdated which presents the following problems: - The script install the latest version of Pester (5.x) but the Pester tests are written for v4.x syntax. -...

Area-Maintainers-Build

I am trying to update the help for the CimCmdlets module. The parameter `-CimSession` has a list of parameter sets in the existing content. That list is missing one parameter...

Area-MarkdownWriter
Area-UpdateMarkdown

Here is the source markdown: ~~~markdown ### -Exclude Specifies an array of one or more string patterns to be matched as the cmdlet gets child items. Any matching item is...

Area-MAML