Michael Klement
Michael Klement
Makes sense not to derive from `PSObject`, which makes the problem of `.GetType()` reporting the wrong type moot. It is implied by @SeeminglyScience's comment, but since it only just now...
On my Microsoft Windows 11 Pro (ARM 64-bit Processor; Version 22H2, OS Build: 22621.4317) machine with `winget --version` v1.8.1911 I do _not_ see your symptom. (Note that your plain-text commands...
Good point, @kkamegawa, but note that the URL should be: `https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-arm64.msi`
@kkamegawa: Just found this: https://github.com/microsoft/winget-pkgs/issues/164830#issuecomment-2257244469 > It seems the PowerShell team won't be adding msi arm installers to winget until 7.5 becomes stable (sometime in Q4, usually November) > For...
Hmm... now I cannot reproduce the symptom at all anymore, and instead get a verbose multiline error message that includes the HTML source code of the 404 page. That said,...
Yes, you can (in PS 7 only) but that's a separate issue (you can alternatively get the response from the error record's `.InnerException.Response` property via an `-ErrorVariable`-designated variable, or from...
@schubfre: The issue is labeled Up-for-Grabs, which implies that while the core team is unlikely to do the work themselves, community PRs are welcome.
Related (the same bug has existed for a long time on Unix-like platforms, where tilde expansion is a stable feature): * #20754 * @SteveL-MSFT, note that in addition to the...
> I checked my PR branch and your first case works as you expect. Glad to hear it (in my initial response I missed that you were referring to your...
@SteveL-MSFT, speaking of the analogous case; please see: * #21304 * also: #10683 I haven't looked into any _technical_ challenges that may prevent interpreting `` ` `` as suggested (you'll...