Frode Flaten

Results 429 comments of Frode Flaten

We use platyPS with code as truth. It's done through a Docusaurus helper-module which always use `new-markdownhelp`, so we'd want to always get the parameter help from code which is...

> it will pull off the `HelpMessage` from a runtime parameter. Yeah that's the plan 👍 > Does the usage vary that much? Don't remember all in my head, but...

> I think there is a proposal for this somewhere here, probably one of the issues in Better Should milestone. Probably this https://github.com/pester/Pester/issues/1319#issuecomment-499069698 Stumbled over it when removing an invalid...

> @fflaten what do you think? I would write a message to diag log for this, and I think we can check the presence of $Pester variable, because that is...

Generics are not my area of expertise. Solution based on copy/paste, please review. 😄

The original issue is mostly a PowerShell-issue of iterating $null through pipeline. MS fixed the same issue with `foreach ($a in $null) { # ran once pre-v3 }`-loop in PSv3,...

It was even worse in my Unix container tbh, but with real life scenarios (fewer calls? Smaller collections?) it might not affect the total that much. We can probably scratch...

The [Pester Tests](https://marketplace.visualstudio.com/items?itemName=pspester.pester-test) VSCode extension has a auto run on save feature. Won't close this issue as it's editor specific, but it may help some of you. 🙂

I've been having the same issue for a while, but haven't found a consistent repro. @andrewducker Do you work in a devcontainer? I do, so just wondering if it can...

If it's possible to debug both extension and PSES in devcontainer, please add it to contributor-doc. I struggled with debugging PSES last time I tried it (using workspace + .devcontainer...