Rob Reynolds
Rob Reynolds
It could be something with NuGet.Core. Do you have any debug/verbose logs for the unsuccessful attempts?
I'll research but we've seen specific issues with NuGet (which may be resolved in newer versions of NuGet.Core) related to a dot in the path. For other folks I would...
Minor nitpick, the git commit body (the message) needs to split at 72/80 characters as well.
72 is what CONTRIBUTING states - https://github.com/chocolatey/choco/blob/master/CONTRIBUTING.md#prepare-commits
@bartvanandel Yes, these are good changes. You can rebase or we can manage the rebase for you. I would say ignore Codacy at this point. I think Travis is likely...
I am pretty sure we mention it at least somewhere that PowerShell core doesn't work. I don't see it on the Install page though under requirements, so let's fix that....
> Aha. Can I just repeat the install on top, or do I need to remove something? > (I already installed a bunch of stuff, that seem to work. Will...
For profile, you will want `refreshenv` (no .cmd afterwards, that only works with cmd.exe) to work. You just need to add the powershell profile, which it sounds like you might...
If Chocolatey itself appears to be somewhat working in powershell core, it's likely because under the covers you still have PowerShell 5.1 installed on the system and Chocolatey runs its...
@kbrowns right now, this would be a feature request.