Simon Gockner
cb4ea88597
- add boxing for simple datatypes in factory creation
...
- add test for factories with simple datatypes as parameters
6 years ago
Simon Gockner
64d3a5823c
#24 : add UnitTestResolveCallback and needed registration
6 years ago
Simon Gockner
3dc888085d
- update version numbers to 1.3.0
6 years ago
Simon Gockner
14311a69a3
#22 : Simplify registration:
...
- call register methods directly from container
- make RegistrationFactory internal
6 years ago
Simon Gockner
8cdeb19770
- add more registrationFactory tests
6 years ago
Simon Gockner
de702e72a9
#21 : allow registration of a type without an interface
6 years ago
Simon Gockner
d91392e382
#20 : add method to check if type is installed
6 years ago
Simon Gockner
8945fc5c46
- update nuget packages
6 years ago
Simon Gockner
e28c866285
- add enumerableExtension test
...
- add AssemblyInfo to make internals visible to Test.LightweightIocContainer lib
7 years ago
Simon Gockner
90efa03f22
- fix double comment in headers
7 years ago
Simon Gockner
b6bfc95ace
- fix unit tests
7 years ago
Simon Gockner
145a64ec5d
- update nuget packages
7 years ago
Simon Gockner
e1533140b2
- refactoring of xml comments
7 years ago
Simon Gockner
19d4ebcff4
#14 : fix handling of default parameters
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
49e836f872
- add jetbrains.annotations
...
- fix more resharper issues
7 years ago
Simon Gockner
b779e0ccba
- fix name of test
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
f9b4b4f5ea
- add defaultRegistration test
7 years ago
Simon Gockner
4a99ef1f62
- update nuget packages
7 years ago
Simon Gockner
c29aaac8de
- add unit test
7 years ago