Refactored ASP.Net support into a separate file - no need now for defines for monotouch. ASP.Net lifetime support is now an extension method inside TinyIoCAspNetExtensions.cs |
|
More...
|
about 14 years ago
|
Re-worked GetGenericMethod to use a less efficient version on PocketPC to workaround a reflection limitation. |
|
More...
|
about 14 years ago
|
Fixed one issue with PocketPC Added additional platform tests. |
|
More...
|
about 14 years ago
|
Added initial version of ASP.Net per-request singleton support. Added ASP.Net MVC project for testing the above. Need to verify platform tests haven't broken + add more for new features. |
|
More...
|
about 14 years ago
|
Removed old, incorrect, comment |
|
More...
|
about 14 years ago
|
ResolveAll and IEnumerable depenencies now work as expected in a container hierarchy. |
|
More...
|
about 14 years ago
|
Altered the way singletons work in child container scenarios. If a parent container has a singleton registration for an IFoo, and the child has no registration for IFoo, then the singleton instance from the parent will be used when resolved from the child. I think this is the closest we can get to consistent and expected behavior - so a singleton registration is a singleton registration, regardless of where in the hierarchy it is registered. |
|
More...
|
about 14 years ago
|
Squashed some parent container bugs so it now behaves more more like I would expect it to. Had the side effect of cleaning up the bubble code which I've never liked :-) |
|
More...
|
about 14 years ago
|
Added additional overload to ResolveAll to specify whether to include unnamed (default) registrations. |
|
More...
|
about 14 years ago
|
Added RegisterMultiple for registering multiple implementations of a base class/interface |
|
More...
|
about 14 years ago
|
Fixed GetGenericMethod for methods that had the generic parameter as a method parameter Added non-generic overloads for all register methods apart from factory registration. Decided against implementing non-generic factory registration as the type would have to be known at runtime to create the factory type, or the factory would have to return object. Fixed up a few tests that failed once the new overloads were in (mistake in the tests) Added some additional statics to ResolveOptions to make the code less verbose. |
|
More...
|
about 14 years ago
|
Added Type reflection extension and basic tests ready for non-generic registration |
|
More...
|
about 14 years ago
|
Non-generic ResolveAll |
|
More...
|
about 14 years ago
|
Non-generic TryResolve (last commit was non-generic CanResolve, not TryResolve! |
|
More...
|
about 14 years ago
|
Left an overload private - fixed. |
|
More...
|
about 14 years ago
|
Non-generic TryResolve |
|
More...
|
about 14 years ago
|
Removed some this. for consistency |
|
More...
|
about 14 years ago
|
Removed unused parameter |
|
More...
|
about 14 years ago
|
Added non-generic resolve overloads Added a few pragma warning directives to remove warnings in test project (OCD) |
|
More...
|
about 14 years ago
|
Un-ignored dispose tests |
|
More...
|
about 14 years ago
|
Updated autoregister without parameters to ignore system, visual studio and CodeRush test runner types. |
|
More...
|
about 14 years ago
|
Fixed stupid dispose bug. VS2010 wasn't running the tests for it for some reason. |
|
More...
|
about 14 years ago
|
Added MonoTouch platform tests project |
|
More...
|
about 14 years ago
|
Updated text |
|
More...
|
about 14 years ago
|
Added Silverlight, Windows Mobile and Windows Phone 7 platform test projects. |
|
More...
|
about 14 years ago
|
Added preprocessor directive for Windows Phone 7. |
|
More...
|
about 14 years ago
|
Moved source into the src directory |
|
More...
|
over 14 years ago
|
Updated platform test suite with resolveall and IEnumerable dependency tests |
|
More...
|
over 14 years ago
|
Working IEnumerable<ResolveType> dependencies - equivilent to ResolveAll |
|
More...
|
over 14 years ago
|
Updated solution to VS2010 Added ResolveAll<ResolveType>() |
|
More...
|
over 14 years ago
|