Frode Flaten
Frode Flaten
Status: Ready to close? Code lens appears after #1098. Command references in untitled documents (with PowerShell language set) are counted since #1917 (included in vscode-powershell v2022.9.0) Pester code lens (`Run/Debug...
Adding an example of this: ```ps1 function myDemo ($o) { $o = "second" } $o = "first" $o # Go to definition here will go to first match -> reassignment...
Should be fixed after next update if docs when 5.4 is released.
IIRC it was related to web calls and we only rely on types but no code execution through the dependency. So I don't believe we're vulnerable, or?
> Test drive, we would have to persist and re-map the folder. Right now we just delete it as soon as we enter the second Pester. Tracked in #2147, also...
Closing as known limitation with workaround above. Sometimes we need to adjust the code itself to be testable, just like interfaces etc. in other languages. 🙂
A fix should also be applied to TestRegistry
> That being said, I'm not sure which version of Cobertura we would want to support. The Cobertura output I get from Jest JavaScript unit tests (via jest-junit) shows as...
> We could use `-NotMandatory` etc with our own conflict-test to throw if used with `-Mandtory` and `-Not`. Might be a little confusing since intellisense/tabcomplete will suggest the conflicts, but...