Jan Hoek

Results 6 issues of Jan Hoek

It seems that GraphViz is not aware of PowerShell path constructs such as `~`. ```powershell Graph { Node Foo } | Export-PSGraph -DestinationPath C:\users\jhoek\Desktop\thisworks.png Graph { Node Baz } |...

- If neither is present, populate both with the primary key fields + description fields. - If either is present, use it to populate the other. Not sure how you...

My AL file name pattern contains a piece of literal text (` - `): "CRS.FileNamePattern": " - .al" For objects without an ID, such as profiles, the file names look...

enhancement

Would it be possible to issue a warning if the number of placeholders in the format string in e.g. Error, Confirm, StrSubstNo etc. does not match the number of arguments...

In procedures with a return value type (=functions), the developer should probably either call exit() to return a value, or assign to the named return value (if applicable) before the...

**Describe the issue** To facilitate the learning and discovery process for new users, PowerShell uses a predefined set of verbs for all cmdlets and advanced functions to use. While I...

enhancement
Ships in a future version