PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
483 stars 92 forks source link

PR #1626 break PR #1599 #1671

Closed GuillaumeBau closed 1 month ago

GuillaumeBau commented 1 month ago

Hello, This PR break the #1599 In src/code/V2ServerAPICalls.cs line 78, the added line " _sessionClient = new HttpClient(handler);" break the code because #1599 already create the HttpClient line 45 and 51. It's the same in src/code/V3ServerAPICalls.cs line 78.

I try to use a PAT token but it's not works like #1599.

Thanks

Originally posted by @GuillaumeBau in https://github.com/PowerShell/PSResourceGet/issues/1626#issuecomment-2135255997

alerickson commented 1 month ago

Hi @GuillaumeBau I'm back to work now and will get a fix in for this today :)