Simon Gockner
90efa03f22
- fix double comment in headers
7 years ago
Simon Gockner
4fca7848bc
- fix resharper warnings
7 years ago
Simon Gockner
e1533140b2
- refactoring of xml comments
7 years ago
Simon Gockner
42b9eb53c9
#3 : improve multiton usage:
...
- allow declaration of interfaces as scope, but still getting instance through implementation
- add new method `ClearMultitonInstances<T>()` that allows to clear the created multiton instances for a given type
- handle `ClearMultitonInstance<T>()` method in abstract factories and call the corresponding method in the IIocContainer
- update tests
7 years ago
Simon Gockner
6e66631636
- add posibility to register types that use open generics
7 years ago
Simon Gockner
6782c8e1e9
- add targetFramework .net45
...
- change creation of empty array for .net45
7 years ago
Simon Gockner
d45ca22ec8
#10 : add assemblyInstaller and fromAssembly helper
7 years ago
Simon Gockner
0e85f2fcf4
- fix some resharper issues
7 years ago
Simon Gockner
fb57e94fb6
- remove IIocContainer backing field
...
- pass IIocContainer as a parameter to CreateFactory()
7 years ago
Simon Gockner
c999234911
- add multiton lifestyle ( #3 )
...
- update tests
- bump c# language version to 7.3
7 years ago
Simon Gockner
77e158f564
#6 : start refactoring `Injector` to Ioc
7 years ago
Simon Gockner
c773fdc64d
- fix IL code generation in TypedFactoryRegistration
...
- change signature of Resolve(Type, object[]) back to this correct one
7 years ago
Simon Gockner
42cc514bcc
- size of the created array should only be the number of arguments ( #5 )
7 years ago
Simon Gockner
94cc484f0f
- really push an empty array onto the stack ( #5 )
7 years ago
Simon Gockner
706ca44b34
- add registration implementations
7 years ago