Justin Grote
Justin Grote
@kilasuit wouldn't really need Threadjob, Runspaces and Runspace pools are "relatively" simple to work with compared to a lot of what is done in Pester (which Threadjob is just a...
@nohwnd there is a TestName variable present in the It context but it isn't being populated. Bug maybe? No reason it shouldn't have all the information it needs to populate...
@mkarpuk as far as I can tell you can't at the moment and I'm pretty sure its a bug, you could workaround it by just setting a variable within each...
@majkinetor like I said it's a temporary workaround not a prescriptive guidance, there is a testname variable that should be populated. If I find some time maybe I'll put together...
@majkinetor the syntax is how you use the call operator to run a comand within the module scope, it's a neat trick especially when testing modules. Here is an example...
@majkinetor yeah it's not thread safe, you might hit a race condition unless the plugin runs within the runspace of the test, I'm not sure when Parallel "kicks in" in...
Thanks, I'm hoping to take a look at hovers in general so I'll try to take a peek at this as well.
My two cents: 1. The PSES host should be set up to display the same way they do in the PS console by default. This is what people will expect....
@ilsaloving I think the main reason this hasn't had much interest for implementation is because you can do this in your PowerShell profile, and have it apply everywhere, not just...
These alerts come from ScriptAnalyzer, so the issue's root would be there, could you reopen the issue there? There's nothing we can do about it here. Thanks! https://github.com/PowerShell/PSScriptAnalyzer/issues/new?assignees=&labels=&projects=&template=Bug_report.md https://github.com/PowerShell/PSScriptAnalyzer/blob/5c32f5559d4096ae2dc0ffc0f9d59fcbfbd02ccb/Engine/SpecialVars.cs#L95