Skip to content
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

[API] Expose Container #1294

Closed
ferventcoder opened this issue May 14, 2017 · 1 comment
Closed

[API] Expose Container #1294

ferventcoder opened this issue May 14, 2017 · 1 comment

Comments

@ferventcoder
Copy link
Member

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.

@ferventcoder
Copy link
Member Author

This should help with chocolatey/ChocolateyGUI#436

ferventcoder added a commit that referenced this issue May 18, 2017
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.
ferventcoder added a commit to ferventcoder/choco that referenced this issue May 18, 2017
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants