f0rt
f0rt
Hey team, Is it possible to load a specification that has some missing required fields. I'm getting error when I use the LoadFromData() method. I'm working in a large company...
Team, After publishing and installing a module from PS Gallery we get one additional file called PSGetModuleInfo.xml. After calling Test-FileCatalog I get "ValidationFailed" result. This way our customers cannot verify...
I have a markdown help file ( [Get-Test.md.txt](https://github.com/PowerShell/platyPS/files/2433663/Get-Test.md.txt) ) created with _New-MarkdownHelp_ that has 2 parameter sets. Calling New-ExternalHelp results in a MAML that has only 1 `. After a...
Team, Can you please add session scope support for Register-PSRepository? We have an internal build system that outputs PowerShell modules. Every successful build is published to an internal PSRepository (Artifactory...
Hey team, I'm using `annotationParser.ParseSourceDir()` to parse a file into a model. I've noticed that **function argument comments** (`model.Field.DocLines` and `model.Field.CommentsLines`) **are always empty**. I've done some debugging and saw...