Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keithbabinec/powershellhostedrunspacestarterkits

Contains starter kits / example projects for hosting PowerShell Runspaces in .NET
https://github.com/keithbabinec/powershellhostedrunspacestarterkits

dotnet-core powershell powershell-script runspace

Last synced: 26 days ago
JSON representation

Contains starter kits / example projects for hosting PowerShell Runspaces in .NET

Awesome Lists containing this project

README

        

# 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
1. Default Runspace: A simple async example using the default runspace.
2. Custom Runspace Pool: A more advanced example using a custom runspace pool and handling output streams.
3. Shared App Domain Usage: Demonstrates how to leverage the shared app domain to use classes from the hosting process.