Closed
Description
This unit test is currently skipped, indicating a bug in product code:
It turns out that what's happening is that when this is getting the children variables:
It throws a GetValueInvocationException
:
Exception getting "Path": "There is no Runspace available to run scripts in this thread. You can provide one in the DefaultRunspace property of the System.Management.Automation.Runspaces.Runspace type. The script block you attempted to invoke was: $this.Mainmodule.FileName"
and @JustinGrote actually has a fix in the works with #1688, which @SeeminglyScience wants to rewrite and get in.