[Bug] Readonly props are not injected
Closed this issue · 1 comments
shadeglare commented
Seems readonly properties are not injected (v 1.3.1):
public MyDependency MyDependency { get; }
This property in the example project won't be injected until the [IncludePrimaryConstructor] attribute is added.
chaowlert commented
Thx for reporting. I just released 1.3.2. Please check if it solve the problem.