Rob Reynolds
Rob Reynolds
Thanks @ericlaw1979 for the suggestion!
This appears completed. #501
Not a duplicate. I'm sorry - this is about validating digital signatures in powershell scripts (if things are signed) and in binaries.
Just a note, this is pointed to from https://docs.chocolatey.org/en-us/roadmap
@rasenplanscher So Chocolatey works if you are running PowerShell core, but it doesn't run a PowerShell Host in PowerShell Core. We fixed parts of the installation script from chocolatey.org (#1880...
Added some labels here to note this (could potentially be a breaking change).
I like it!
It appears @cuichenli has taken this and provided a PR.
Here's an example of a package that is enhancing the functionality (cc @whoisjohngalt83): https://chocolatey.org/packages/codeslice/2016.1.7#files
I like this. > Environment variables are the worst kind of global variables (polluting even other processes) This is untrue. Only persistent env vars would pollute other processes. You still...