PowerShellHostedRunspaceStarterkits
PowerShellHostedRunspaceStarterkits copied to clipboard
Contains starter kits / example projects for hosting PowerShell Runspaces in .NET
PowerShellHostedRunspaceStarterkits
Contains starter kits / example projects for hosting PowerShell Runspaces in .NET
Tutorial Post
https://keithbabinec.com/2020/02/15/how-to-run-powershell-core-scripts-from-net-core-applications/
Examples included
- Default Runspace: A simple async example using the default runspace.
- Custom Runspace Pool: A more advanced example using a custom runspace pool and handling output streams.
- Shared App Domain Usage: Demonstrates how to leverage the shared app domain to use classes from the hosting process.