chocolatey-compatibility.extension 1.0.0
This package provides helper functions that re-introduces helpers that were removed or updated
in Chocolatey, as well as helpers that are not available in older version of Chocolatey CLI.
The purpose of the package is to allow older packages to keep functioning even on later versions
of Chocolatey CLI where certain helpers have been removed.
The helpers included in this package may not have any logic to handle the functionality to keep
existing, but rather to ensure that packages using the helpers do not stop working.
**WARNING: Do NOT use helpers located in this package for removed functionality, unless absolutely necessary!**
Showing the top 20 packages that depend on chocolatey-compatibility.extension.
| Packages | Downloads |
|---|---|
|
chocolatey-core.extension
This is a extension package that provides helper functions installed as a Chocolatey extension.
These functions may be used in Chocolatey install/uninstall scripts by declaring this package a dependency in your package's nuspec.
This package provides helper functions that can be used to enhance what is already available out of the box with Chocolatey CLI.
This includes both features that are being tested for Chocolatey CLI itself, and other helpers to make the maintenance of
Chocolatey packages easier.
Helpers that were available in this package, and were later added to Chocolatey CLI, will be moved to
the package [chocolatey-compatibility.extension](https://community.chocolatey.org/packages/chocolatey-compatibility.extension).
Backwards compatibility is not considered for helpers available in this package, see the Notes below.
## Notes
- There is [a known bug](https://github.com/chocolatey-community/chocolatey-extensions/issues/11) in the function `Get-AppInstallLocation` with parameter `$AppNamePattern` which is internally used both as wildcard and regex patterns. This usually doesn't create any problems, but may do so if application contains regex symbols in the name, such as [notepad++](https://github.com/chocolatey-community/chocolatey-coreteampackages/issues/1198).
- This package itself is not concerned with keeping backwards compatibility with Chocolatey CLI. If compatibility is of concern, instead take a dependency on [chocolatey-compatibility.extension](https://community.chocolatey.org/packages/chocolatey-compatibility.extension).
|
0 |
1.0.0
- Add compatibility layer for removed function
Install-ChocolateyDesktopLink - Add compatibility layer for removed function
Write-ChocolateyFailure - Add compatibility layer for removed function
Write-ChocolateySuccess - Add compatibility layer for removed function
Write-FileUpdateLog - Add support for
Get-PackageParameters. - Add support for
Get-UninstallRegistryKey.
This package has no dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 1.0.0 | 0 | 03/15/2026 |