Simon G.
230a030b04
- add ctor to pass generated factory instance
7 months ago
Simon G.
45125eb926
- refactoring and adapt to new language features
2 years ago
Simon G.
d79158aaa6
- allow async onCreate method by introducing async resolve
2 years ago
Simon G.
7cc36927ed
- fix factories of open generic registration
3 years ago
Simon G
2c57421e21
- fix passed null in factories
...
- fix ctors without params not checking for remaining args
4 years ago
Simon G
c92d0b4dfa
- use implicit usings
4 years ago
Simon G
430f58e1c4
- use file scoped namespaces
4 years ago
Simon G
277fb60873
- don't allow resolve of type if a factory is registered for it
4 years ago
Simon G
7755f3df3d
- rename iResolve to IIocResolver
5 years ago
Simon G
3b11e24e7b
#51 : completely rework resolve
...
- introduce new method TryResolve that is used by internalResolve and tryGetConstructorResolveStack
- add own creator helper class
- fix nullable warnings
5 years ago
Simon G
b7d0db3c9b
#54 : enabled nullable
...
- fix nullable warnings
5 years ago
Simon G
8e2c45a5cf
- extract resolve to IResolver interface
5 years ago
Simon G
d83d94e393
- refactoring
5 years ago
Simon G
bacb5979da
#50 : add property CreateMethods
5 years ago
Simon G
edfba57809
#50 : update xml comments
5 years ago
Simon G
b18c0dc858
#50 : append factory registration
...
- add withFactory fluent interface
- remove unneeded DefaultRegistration
5 years ago
Simon Gockner
b568366c5a
- add typedFactory
7 years ago