issues
search
SimonG96
/
LightweightIocContainer
A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Factory method is called multiple times for singleton singleType registrations
#60
SimonG96
closed
2 weeks ago
0
Split package into multiple packages
#59
theKBro
closed
2 years ago
0
Stacktraces are confusing
#58
theKBro
closed
2 years ago
1
Fixed validation with parameter for registrations without factory
#57
JCH2k
closed
2 years ago
1
Validator lib
#56
theKBro
closed
2 years ago
1
IoC Singleton IDisposables
#55
theKBro
closed
2 years ago
0
Enable nullable
#54
SimonG96
closed
2 years ago
0
#50: append factory registration
#53
SimonG96
closed
2 years ago
0
Clean up visibility of properties for registrations
#52
SimonG96
closed
2 years ago
0
Check if constructor can be used without creating arguments
#51
SimonG96
closed
2 years ago
0
Append factory registration fluently to type registration
#50
SimonG96
closed
2 years ago
2
Resolve implementation that is registered with interface
#49
SimonG96
closed
2 years ago
2
Improve errormessages
#48
theKBro
closed
2 years ago
2
#45: add multipleMultitonRegistration
#47
SimonG96
closed
3 years ago
0
Code CleanUp
#46
SimonG96
closed
3 years ago
0
Allow multiple multiton registration
#45
SimonG96
closed
3 years ago
0
Add validate method
#44
SimonG96
closed
2 years ago
8
Open generic registration #12
#43
SimonG96
closed
4 years ago
0
Upload Debug and Release dll to allow debugging
#42
SimonG96
opened
4 years ago
0
Add scoped lifestyles
#41
SimonG96
opened
4 years ago
0
Inject correct type even though only interface is registered
#40
SimonG96
opened
4 years ago
3
Allow generic create methods
#39
SimonG96
opened
4 years ago
0
Remove UnitTestCallbackRegistration
#38
SimonG96
closed
4 years ago
0
On create pass implementation #34
#37
SimonG96
closed
4 years ago
0
Convert used nuget packages to private assets
#36
SimonG96
opened
4 years ago
1
Test NoMatchingConstructorFoundException if the first ctor found is not matching
#35
SimonG96
closed
4 years ago
0
`OnCreate()` should pass implementation not interface
#34
SimonG96
closed
4 years ago
2
Allow registration of multiple interfaces for one type
#33
SimonG96
closed
4 years ago
2
Change fluent registration #29
#32
SimonG96
closed
4 years ago
0
Upload symbols to allow better debugging in user applications
#31
SimonG96
closed
4 years ago
0
Add exception base type
#30
SimonG96
closed
4 years ago
0
Allow passing of parameters to registration in an `IIocInstaller`
#29
SimonG96
closed
4 years ago
1
Circular dependencies lead to stack overflow
#28
SimonG96
closed
5 years ago
0
Show error message if implementation has no public constructor
#27
JCH2k
closed
5 years ago
0
Add exception when no matching constructor is found
#26
SimonG96
closed
5 years ago
0
Remove non generic Register methods
#25
SimonG96
closed
5 years ago
0
Add a callback for unit tests that will be called on `Resolve<>()`
#24
SimonG96
closed
5 years ago
0
Add `Instance()` method to `DefaultRegistration`
#23
SimonG96
closed
5 years ago
1
Simplify registration
#22
SimonG96
closed
5 years ago
1
Is it possible to register a type without an interface?
#21
SimonG96
closed
5 years ago
1
Add method to check if type is installed
#20
SimonG96
closed
5 years ago
0
Use `ConditionalWeakTable<>` for singletons and multitons
#19
SimonG96
closed
5 years ago
1
Check modifiers of classes and functions
#18
SimonG96
closed
4 years ago
0
Steps to create a new version
#17
SimonG96
closed
3 years ago
0
Can't match argument type with an expected interface type in `ResolveConstructorArguments()`
#16
SimonG96
closed
5 years ago
0
Is factory working with params?
#15
SimonG96
closed
5 years ago
1
Handle parameter value null
#14
SimonG96
closed
5 years ago
0
Make Lightweight IOC Container thread safe
#13
SimonG96
opened
5 years ago
2
Allow registration of open generic types
#12
SimonG96
closed
4 years ago
1
Add .net45 compatibility
#11
SimonG96
closed
5 years ago
0
Next