Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 907 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 907 Bytes

PowerShell C# Tools - Core

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.

Features

  • Adds ability to import NuGet/Nupkg packages downloaded by PackageManagement
  • Adds significantly improved asynchronous code execution by providing runspace constructors that return a dispatcher
    • New-ThreadController
      • Readme coming soon...