ActuatorDigital / ActuatorDigital/Flume
Early dependents with non-early injected deps
Open
- Dominant language
- C#
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If c is manually made and has B injected into it but b is not manually made it is not injected before being given to c.
as such.
var c = new C();
.Register()
.Register()
.Register(c);
In the offending case, manually making B before C, get's it injected before first and removes the issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.