Gary Ewan Park
Gary Ewan Park
To explain what this repo is for, and how to go about contributing.
When first attempting to communicate with the Chocolatey Central Management Service, the Chocolatey Agent will use the configured URL in the chocolatey.config file, and attempt to perform a TLS handshake...
Regardless of whether a .ico file is included in the branding assembly or not, the default .ico file of Chocolatey GUI is never replaced. ## References * [ZenDesk Ticket 1](https://chocolatey.zendesk.com/agent/tickets/7239)...
When starting Chocolatey GUI, it is possible to be met with the following error message:  > Failed to start application. Could not find a part of the path 'C:\Program...
Currently, this project targets .NET Framework 4.5. We need to bring this into line with the other projects.
In this [issue](https://github.com/chocolatey/package-validator/issues/216) we added a workaround for validating some TLS/SSL URL's. This was required do to the current infrastructure that Package Validator is running on. Once moved to new...
There already is a guideline that includes invoke-webrequest: https://github.com/chocolatey/package-validator/blob/ad59a9936d2c4e9a114e52a4dbf63fe13753017c/src/chocolatey.package.validator/infrastructure.app/rules/ScriptsDoNotUseDownloadersGuideline.cs This should likely be split up and added as another rule
In all packages.
@ferventcoder thoughts?
- To ensure that the IconUrl either comes from the same domain as the ProjectUrl, or comes from the RawGit CDN - Fixes GH-14