You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you need something Chocolatey has already loaded into its container. Expose the container as a method with a strong warning that once anything but registration is called against the container that you cannot add any new components to it.
The text was updated successfully, but these errors were encountered:
Sometimes you need to get to an instance of something provided by
Chocolatey that is loaded into the container. Provide a way to get to
instances of items loaded on the container by accessing the container
directly.
Provide warning that once the container is accessed, no more items can
be registered on the container.
* stable:
Remove duplicate word
(chocolateyGH-1285) Default push to new or old w/warning
(chocolateyGH-1285) Add old/new default push source
(chocolateyGH-1298) GenericRunner.count() sets security protocol
(chocolateyGH-1298) GenericRunner.list() should match run()
(maint) API - Warn on extraction errors
(chocolateyGH-389) API - Ensure ChocolateyInstall env var
(maint) Do not load config back into global
(chocolateyGH-1296) API - Reuse existing base configuration
(maint) API - Note methods that won't allow changes
(chocolateyGH-1294) API - Expose container directly
(build) option to build debug version
(doc) Source/Key notes surrounding source/apikey
(maint) log that license file has been found
(chocolateyGH-1287) Non-internal SimpleInjector XML Comments
(maint) formatting
(chocolateyGH-1287) API - Ensure dll can work w/licensed code
(chocolateyGH-1284) Install-ChocolateyPackage aliases File/File64
Sometimes you need something Chocolatey has already loaded into its container. Expose the container as a method with a strong warning that once anything but registration is called against the container that you cannot add any new components to it.
The text was updated successfully, but these errors were encountered: