Keith Hill
Keith Hill
Understood. I've already approved this but @dahlbyk needs to as well and he's a very busy fellow these days. 🤷♂️
@musm To set expectations if this PR is merged, the perf improvement is only in the range of 10-20%.
You are right in that the only way I can see getting that error is if `$filesAdded` were null but I'm not sure how that could be. What does this...
I don't see a problem with adding a **build** for the module particularly if it can halve the module import time. As for as "optional" features, that might be tough...
I'd say `master` as I'd like to nudge folks towards v1. :-)
I'd rather not change that line to always point to the release dir because my typical dev flow is to run Pester tests while I'm doing dev work (not having...
I took a crack at this. See https://github.com/progit/progit2/pull/1207
@rafakwolf You're hitting an issue with PowerShellGet - see https://github.com/PowerShell/PowerShellGet/issues/66. Execute `gmo posh-git -listavailable`, close all PS consoles and remove every listed version of posh-git (or move to a location...
You need to set the machine's execution policy so that it doesn't require your profile to be digitally signed. Execute the following from an elevated (admin) PowerShell console: ``` Set-ExecutionPolicy...
The issue is separating the artifacts that ship as part of the module from the artifacts that don't ship. The files under `src` are what get's published - for now....