-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running Chocolatey GUI, ensure installed Chocolatey assembly is used, rather than locally referenced assembly #857
Labels
Bug
Issues where something has happened which was not expected or intended
Milestone
Comments
AdmiringWorm
added a commit
to AdmiringWorm/ChocolateyGUI
that referenced
this issue
Jun 1, 2021
This commit makes changes to the assembly loader to load the installed Chocolatey executable as an assembly instead of the statically referenced DLL file
AdmiringWorm
added a commit
to AdmiringWorm/ChocolateyGUI
that referenced
this issue
Jun 1, 2021
This commit makes changes to the assembly loader to load the installed Chocolatey executable as an assembly instead of the statically referenced DLL file These changes are necessary to ensure that there will be minimal incompatibilities between running Chocolatey CLI and Chocolatey GUI for both FOSS and Licensed users.
AdmiringWorm
added a commit
to AdmiringWorm/ChocolateyGUI
that referenced
this issue
Jun 2, 2021
This commit makes changes to the assembly loader to load the installed Chocolatey executable as an assembly instead of the statically referenced DLL file These changes are necessary to ensure that there will be minimal incompatibilities between running Chocolatey CLI and Chocolatey GUI for both FOSS and Licensed users.
AdmiringWorm
added
the
Bug
Issues where something has happened which was not expected or intended
label
Jun 2, 2021
gep13
added a commit
that referenced
this issue
Jun 3, 2021
(#857) Load Chocolatey executable assembly
gep13
changed the title
Load Chocolatey main assembly during runtime
When running Chocolatey GUI, ensure installed Chocolatey assembly is used, rather than locally referenced assembly
Sep 2, 2021
🎉 This issue has been resolved in version 0.18.2 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running Chocolatey GUI and Chocolatey GUI CLI we should load the main assembly (
choco.exe
) instead of running the statically referenced DLL file we have compiled against.This will allow changes to Chocolatey extensions to make use of new functionality in Chocolatey, or include any bug fixes in Chocolatey without having to publish a new version of Chocolatey GUI.
The text was updated successfully, but these errors were encountered: