AutoUninstaller - handle file paths with dashes and forward slashes
Open
0 - Backlog
Bug
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 960
- PR merge metrics
- No merged PRs in 30d
Description
Auto uninstaller splits on `-` and `/` to split up options. However sometimes a file path could contain one or both of these - we should detect that we just split a file path and put it back together.
https://github.com/chocolatey/choco/blob/e447414d7a49223771a310ef01e9bc24744809ab/src/chocolatey/infrastructure.app/services/AutomaticUninstallerService.cs#L92

Contributor guide
Assessment
This issue has not been assessed yet.