What it is
PowerShell Core is an existing open source project that I wanted to contribute to. From the project description:
PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
What I did
I investigated this issue on GitHub involving slow tab completion in directories with a large number of files. I investigated this issue and posted my results as a comment to the issue
See my submission gist for more information.
Built With
- .net-core
- c#
Log in or sign up for Devpost to join the conversation.