-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Labels
bugThis relates to a bug in the existing module.This relates to a bug in the existing module.in progressWork on this issue is already underway. Please don't work start new work on it.Work on this issue is already underway. Please don't work start new work on it.
Description
Issue Details
The Invoke-UpdateCheck
function is not suppressing the Invoke-WebRequest progress bar, causing an occasional 'flickering' progress bar to be displayed.
Steps to reproduce the issue
Import-Module PowerShellForGitHub -Force
Get-GitHubUser -Current -Verbose
Verbose logs showing the problem
N/A
Suggested solution to the issue
Add $ProgressPreference = 'SilentlyContinue'
to the Invoke-UpdateCheck
function as discussed in #227
Requested Assignment
I'm just reporting this problem, but don't want to fix it.
Operating System
OsName : Microsoft Windows 10 Pro
OsOperatingSystemSKU : 48
OsArchitecture : 64-bit
WindowsVersion : 1903
WindowsBuildLabEx : 18362.1.amd64fre.19h1_release.190318-1202
OsLanguage : en-GB
OsMuiLanguages : {en-GB, en-US}
PowerShell Version
Name Value
---- -----
PSVersion 5.1.18362.752
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.18362.752
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Module Version
Running: 0.14.0
Installed: 0.14.0
Metadata
Metadata
Assignees
Labels
bugThis relates to a bug in the existing module.This relates to a bug in the existing module.in progressWork on this issue is already underway. Please don't work start new work on it.Work on this issue is already underway. Please don't work start new work on it.