-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logging - Don't suggest installing separate "checksum" tool #981
Comments
Unfortunately you know this but you may have missed this was first added in either PowerShell 4 or 5. I believe it was the latter. |
So we suggest tools that have the greatest compatibility. Plus it is the tool that choco uses. |
Looks like it was added in PowerShell 4.0 according to MSDN. It would be nice if Chocolatey checked the user's PowerShell version and suggested |
That is something we could possibly do. Thanks for the suggestion! |
…nd above For compatibility reasons, Chocolatey suggests using `choco install checksum` to verify checksums. But, in Powershell v4 and beyond, users could choose to run `Get-FileHash` as well. This change adds a message in applicable powershell versions (v4.x and later) to suggest this course of action.
…nd above For compatibility reasons, Chocolatey suggests using `choco install checksum` to verify checksums. But, in Powershell v4 and beyond, users could choose to run `Get-FileHash` as well. This change adds a message in applicable powershell versions (v4.x and later) to suggest this course of action.
For compatibility reasons, Chocolatey suggests using `choco install checksum` to verify checksums. But, in Powershell v4 and beyond, users could choose to run `Get-FileHash` as well. This change adds a message in applicable powershell versions (v4.x and later) to suggest this course of action.
Thank you @SeanKilleen for putting that together. This will be released in 0.10.12. |
…nd above For compatibility reasons, Chocolatey suggests using `choco install checksum` to verify checksums. But, in Powershell v4 and beyond, users could choose to run `Get-FileHash` as well. This change adds a message in applicable powershell versions (v4.x and later) to suggest this course of action.
When installing a package without a checksum, this message is displayed:
Installing a separate tool is unnecessary as you can simply use PowerShell to accomplish the same thing:
The text was updated successfully, but these errors were encountered: