You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to be able to reliably and efficiently install modules such as the Az module in environments where time/performance matter such as Azure functions.
Summary of the new feature / enhancement
As a user I want to be able to reliably and efficiently install modules such as the Az module in environments where time/performance matter such as Azure functions.
Proposed technical implementation details (optional)
The current way that PowerShellGet makes dependency calls results in redundant calls for modules with complex dependency structures (such as Az)
One example of an approach to improving this performance is https://gist.github.com/JustinGrote/ecdf96b4179da43fb017dccbd1cc56f6/ b
y @JustinGrote
The text was updated successfully, but these errors were encountered: