You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom functions available in the dynamic runspace used via Pwsh::Manager.execute() be moved to their own separate script file and become unit tested.
While this work is not blocked on #132, being able to specify the script as part of the InitialSessionState would further simplify the init script. In the meantime, the file could be read from disk and loaded as a string, similar to how it is currently implemented.
The text was updated successfully, but these errors were encountered:
Describe the Change You Would Like
The custom functions available in the dynamic runspace used via
Pwsh::Manager.execute()
be moved to their own separate script file and become unit tested.While this work is not blocked on #132, being able to specify the script as part of the
InitialSessionState
would further simplify the init script. In the meantime, the file could be read from disk and loaded as a string, similar to how it is currently implemented.The text was updated successfully, but these errors were encountered: