PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

Find-PSResource does not show all prerelease versions when using wildcard *

Open ThomasNieto opened this issue 3 years ago • 0 comments

Prerequisites

  • [X] Write a descriptive title.
  • [X] Make sure you are able to repro it on the latest released version
  • [X] Search the existing issues.

Steps to reproduce

If you run the following command to show all versions of PowerShellGet on the repository you'll notice that version 3.0.0.0-beta1 is missing from the list however if you search for it directly it shows up and on PowerShellGallery. It looks to be only returning the latest prerelease or stable version for that specific version number. You can also see this more versions with Pester.

Expected behavior

PS C:\> Find-PSResource -Name PowerShellGet -Version * -Prerelease

Name          Version  Prerelease Repository Description
----          -------  ---------- ---------- -----------
PowerShellGet 3.0.14.0 beta14     PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 3.0.12.0 beta       PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 3.0.11.0 beta       PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 3.0.0.0  beta10     PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 3.0.0.0  beta1      PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.5.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.4.1             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.4.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.3.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.2.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.1.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.5.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.4.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.3.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.2.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.1.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.0.4.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.0.3.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.0.1.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.0.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.6.7.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.6.6.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.6.5.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.6.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.5.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.3.2             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.3.1             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.2.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.1.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…

PS C:\> Find-PSResource -Name PowerShellGet -Version 3.0.0.0-beta1 -Prerelease

Name          Version Prerelease Repository Description
----          ------- ---------- ---------- -----------
PowerShellGet 3.0.0.0 beta1      PSGallery  PowerShell module with commands for discovering, installing, updating and …

Actual behavior

PS C:\> Find-PSResource -Name PowerShellGet -Version * -Prerelease

Name          Version  Prerelease Repository Description
----          -------  ---------- ---------- -----------
PowerShellGet 3.0.14.0 beta14     PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 3.0.12.0 beta       PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 3.0.11.0 beta       PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 3.0.0.0  beta10     PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.5.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.4.1             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.4.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.3.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.2.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.1.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.2.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.5.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.4.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.3.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.2.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.1.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.1.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.0.4.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.0.3.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.0.1.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 2.0.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.6.7.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.6.6.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.6.5.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.6.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.5.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.3.2             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.3.1             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.2.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.1.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…
PowerShellGet 1.1.0.0             PSGallery  PowerShell module with commands for discovering, installing, updating and…

PS C:\> Find-PSResource -Name PowerShellGet -Version 3.0.0.0-beta1 -Prerelease

Name          Version Prerelease Repository Description
----          ------- ---------- ---------- -----------
PowerShellGet 3.0.0.0 beta1      PSGallery  PowerShell module with commands for discovering, installing, updating and …

Error details

N/A

Environment data

Name          Version
----          -------
PowerShellGet 3.0.14

Name                           Value
----                           -----
PSVersion                      7.2.5
PSEdition                      Core
GitCommitId                    7.2.5
OS                             Microsoft Windows 10.0.19043
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visuals

No response

ThomasNieto avatar Jul 04 '22 00:07 ThomasNieto