Yeah69/MrMeeseeks.DIE
Compile-time dependency injection container which requires minimal configuration
C#MIT
Issues
- 0
Eagerly dispose created managed disposables if creation is aborted with an exception
#29 opened by Yeah69 - 0
- 0
Support abstractions as ranged instances
#36 opened by Yeah69 - 0
Support private members (constructors, initializers, properties) with UnsafeAccessAttribute
#33 opened by Yeah69 - 0
Support for nested types
#32 opened by Yeah69 - 0
Open generic Create functions
#31 opened by Yeah69 - 0
Convenience/optimization idea: Analyze the call-sides of the create functions and gather which type parameters are used. Create create functions accordingly
#34 opened by Yeah69 - 0
Optimize ranged instances monitoring & disposal
#30 opened by Yeah69 - 0
Ignore inaccessible constructors
#28 opened by Yeah69 - 1
ThreadLocal<T> support
#20 opened by Yeah69 - 1
Inheriting container/scope classes
#21 opened by Yeah69 - 1
- 0
Analytics: Resolution Graph Generation
#23 opened by Yeah69 - 0
- 0
Nullability
#13 opened by Yeah69 - 0
Transient scopes
#1 opened by Yeah69 - 0
TransientScopedInstances (per transient scope)
#2 opened by Yeah69 - 0
- 0
Customizable (Transient)Scopes
#4 opened by Yeah69 - 0
- 0
Finishing constructors (instance initializers)
#6 opened by Yeah69 - 0
- 0
Optionals (nullables, optional parameters, …)
#8 opened by Yeah69 - 0
Struct-Support
#9 opened by Yeah69 - 0
Record-Support
#10 opened by Yeah69 - 0
Filtering/Excluding implementations
#11 opened by Yeah69 - 0
Refactor TransientScope disposal
#12 opened by Yeah69