Steven Robbins is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects and beginners alike.

Clone this repository (size: 858.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/grumpydev/tinyioc
hg clone ssh://hg@bitbucket.org/grumpydev/tinyioc

Issues

#6 ResolveAll<T> doesn't bubble to parent containers

Reported by Steven Robbins (last edited )

e.g.

#!c-sharp

        public IEnumerable<NancyModule> GetModules()
        {
            var childContainer = _Container.GetChildContainer();
            ConfigureRequestContainer(childContainer);
            return childContainer.ResolveAll<NancyModule>(false);
        }

Returns an empty enumerable, even when parent container contains registrations for NancyModule - should really get all of the NancyModule registrations from itself, and its parent?

Status: resolved Responsible: nobody Type: enhancement Priority: major
Milestone: none Component: none Version: none

Attachments

No attachments added for this issue yet.

Comments and changes

  1. #1 Steven Robbins

    written

    • Changed status from new to resolved.

Add comment / attachment

Verification: Please write the text from the image in the box (letters only)

captcha

Is that you, Humanoid? Is this me?