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
Even though I implemented it in native powershell, you may want to look at how I used a native httpclient to speed up installs of the Az module from 2 minutes to 5 seconds :).
The same logic can easily apply to C# and can be much faster if the awaitable tasks are chained together (which I can't really feasibly do in PowerShell)
Summary of the new feature / enhancement
Based on the investigation in issue PowerShell/PowerShellGet#641 we have come to the following ideas:
Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: