Skip to content

PowerShellForGitHub: Invoke-UpdateCheck Is Not Suppressing the Invoke-WebRequest Progress Bar #250

Closed
@X-Guardian

Description

@X-Guardian

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

No one assigned

    Labels

    bugThis 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions