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
PowerShellForGitHub: Disable Progress Bar for Invoke-WebRequest (#229)
Disables the PowerShell progress bar for the `Invoke-WebRequest` cmdlet calls in the `Invoke-GHRestMethod` and `Invoke-SendTelemetryEvent` functions due to known performance issues in PowerShell 5.1.
Reference:
[Progress bar can significantly impact cmdlet performance.](PowerShell/PowerShell#2138)
Fixes#227
0 commit comments