Open ThomasNieto opened 1 week ago
If you use AuthenticodeCheck parameter on non-Windows it silently passes instead of writing a message to the user that signatures wasn't actually checked.
AuthenticodeCheck
https://github.com/PowerShell/PSResourceGet/blob/949c26aed924aca64cc4d7a4d36271562eed5d01/src/code/Utils.cs#L2005-L2009
Write warning/error that parameter isn't supported on non-Windows.
Nothing
No response
n/a
A warning seems appropriate here
Prerequisites
Steps to reproduce
If you use
AuthenticodeCheck
parameter on non-Windows it silently passes instead of writing a message to the user that signatures wasn't actually checked.https://github.com/PowerShell/PSResourceGet/blob/949c26aed924aca64cc4d7a4d36271562eed5d01/src/code/Utils.cs#L2005-L2009
Expected behavior
Actual behavior
Error details
No response
Environment data
Visuals
No response