PowerShell is an amazing language, but doesn't get all the love that C# does by the Microsoft and the C# community. This repository aims to restore and implement features available in C# that are not natively/directly available in PowerShell.
- Adds ability to import NuGet/Nupkg packages downloaded by PackageManagement
Import-Package
- For PowerShell Core on Windows, adds WinRT API back into PowerShell Core on Windows
- This will add UWP APIs back into PowerShell Core on Windows
- Uses this workaround: PowerShell/PowerShell#13042 (comment)
- Adds significantly improved asynchronous code execution by providing runspace constructors that return a dispatcher
New-ThreadController
- Readme coming soon...