You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can set NinjectSetting.InjectAttribute to typeof(RequiredMemberAttribute) if you just want to simpliy inject required properties. However, it does not cover cases where constructor has SetsRequiredMembersAttribute
Hi Ninject Team,
AutoFac recently added required property injection and it is awesome.
https://autofac.readthedocs.io/en/latest/register/prop-method-injection.html#required-properties
It removes a ton of boilerplate RE constructors, especially when inheritance is involved.
It would be great if Ninject did the same.
The text was updated successfully, but these errors were encountered: