Anam Navied

Results 78 comments of Anam Navied

I think we also need to update .ci/test.yml. (Pester is also referenced in ci_auto.yml, but it's referring to version 5.x there already)

@pleabargain did you manually install because when you tried to run `winget upgrade powershell` it said "you must manually uninstall powershell and reinstall with winget because the installation technology has...

@pleabargain can you try uninstalling and installing with winget and see if this still happens? It should be resolved via the fix put in.

@weyCC81 thanks for reaching out. There's an issue to track this in the PowerShell repository: https://github.com/PowerShell/PowerShell/issues/15552 It is being worked on and will be addressed from the PowerShell side.

@JustinGrote We have Save-PSResource with the -IncludeXML parameter that would essentially give the desired outcome. The reason we didn't include `-Path` or `-Destination` parameter for Install-PSResource is because it would...

@fowl2 thanks for reaching out and providing insight into your use case with this default behavior. This is being discussed and worked on from the PowerShell project side, on this...

@nbarnwell thanks for sharing this issue! Could you please provide output of the command you ran and add `-Verbose` to that command and we will look into this, thanks!

@mklement0 thanks for opening this issue. Our rationale for not including this metadata in `AdditionalMetadata` property was that these metadata properties are already present individually in PSResourceInfo and we didn't...

@jtomkiew-mng thanks for sharing this! What distro of Linux are you using? What are the LANG and LC_ALL values?

@BohrenAn thanks for sharing this info! There's 2 aspects to it. Firstly, with searching for packages installed under "Program Files" included in the path, that denotes machine wide scope, so...