ActuatorDigital / ActuatorDigital/Flume

Early dependents with non-early injected deps

未關閉
#6 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C#
星號
5
分支
1
PR 合併指標
30 天內沒有已合併 PR

描述

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.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

No files or tests are named. Reproduce the issue from the described registrations, comparing a manually created C with B injected against the case where B is manually created first; done means B is injected into C before C receives it regardless of B's creation order.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
csharp
領域
game-dev
Issue 類型
缺陷
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。