Results 89 issues of TheCakeIsNaOH

As noted in a todo comment: https://github.com/chocolatey/choco/blob/d8ca7bad2ad64538a0c1026a9317700dbb7f03db/src/chocolatey/infrastructure.app/services/AutomaticUninstallerService.cs#L190-L191

As noted in a todo comment: https://github.com/chocolatey/choco/blob/d8ca7bad2ad64538a0c1026a9317700dbb7f03db/src/chocolatey/infrastructure.app/services/AutomaticUninstallerService.cs#L125

As noted in a todo comment: https://github.com/chocolatey/choco/blob/d8ca7bad2ad64538a0c1026a9317700dbb7f03db/src/chocolatey/infrastructure.app/utility/ArgumentsUtility.cs#L23-L44

As noted in a todo comment: https://github.com/chocolatey/choco/blob/d8ca7bad2ad64538a0c1026a9317700dbb7f03db/src/chocolatey/infrastructure.app/utility/ArgumentsUtility.cs#L19

Microsoft has released x64 emulation for ARM64 in preview builds. https://blogs.windows.com/windows-insider/2020/12/10/introducing-x64-emulation-in-preview-for-windows-10-on-arm-pcs-to-the-windows-insider-program/ Thus, it is no longer always correct for `Get-OSArchitectureWidth` to always return 32 bit on an ARM64 system. https://github.com/chocolatey/choco/blob/f924d47fb4177a9a34ff0c2bf995938b5c12800b/src/chocolatey.resources/helpers/functions/Get-OSArchitectureWidth.ps1#L34-L37...

Since older .Net framework versions are going out of support, and because newer versions of the NuGet libraries require newer .Net versions (#508), Chocolatey CLI should be upgraded to be...

2 - Working
BreakingChange

## Description Of Changes This adds the ability for the template command to list the parameters in templates. If the template is installed via a package, the parameters get cached...

Reproduction in test environment: - Create a package with version 1.0.0 and with file `a.exe` in the `tools` directory - Create version 2.0.0 of the same package ID but without...

Question
Hold

## What New Or Updated Would You Like To See? Explicit instructions about when underscores (`_`) are allowed in package IDs for packages uploaded to the Community Repository. I see...

## What New Or Updated Would You Like To See? The `.skipAutoUninstall` file is not documented, but it should be. More context about it here: https://github.com/chocolatey/choco/issues/1257 ## Why Is It...