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
Filename Size Date modified Message
BasicClasses.cs 10.7 KB Removed requirement to use NamedParameterOverloads for auto lazy factories. Now it uses IDictionary<string, object> instead to remove dependency on the container type.
NestedClassDependencies.cs 2.2 KB Added licence blurb to the source files.
NestedInterfaceDependencies.cs 3.8 KB Added test to expose a bug in InstanceFactory
TinyMessengerTestData.cs 631 B Added support for custom message proxies for interception and thread marshalling.
UtilityMethods.cs 3.0 KB Made the message token disposable. Disposing it removes the registration