PowerShell / PowerShell/PSResourceGet
find-psresource [ 3.0.0-beta10] not listing all modules with artifactory repository
@alerickson arbeitet bereits daran.
Seit 11.7.2023.
- Vorherrschende Sprache
- C#
- Sterne
- 576
- Forks
- 114
- Ø Merge
- 1 T. 2 Std.
- Gemergte PRs (30 T.)
- 7
Beschreibung
Running find-psresource has strange behaviour when the NUGET repository is hosted in Artifactory
Our repository, 'powershelf', has 760 artifacts over 53 unique modules. I can list all of them with version 2.2.5
With powershellget beta, I only see 4
PS 5.1 with PowerShellGet 2.2.5:
ps:\> (find-module -repository powershelf -Credential $creds).count
53
PS 7.1.0-rc.1 with PowerShellGet 3.0.0-beta10:
ps:\> (Find-PSResource -Repository powershelf -Credential $creds).count
4
When I search for a specific module not listed within the generic find, I get my module just fine.
Additional odd behavior, when Publishing with the publish-psresource, I can not find it by name, only with no name specified, or a * specified for the name. This resolves after about 30 minutes, may be a caching issue
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.