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
With the current requirement of the parameterless constructor, it is impossible to create positional records.
I propose to rename IPropertyFiller into IValueFiller and add the ability to fill the largest (most parameters) constructor on instance creation.
I already have a code that adds support for constructors filling.
The text was updated successfully, but these errors were encountered:
In #169 it works if you try to get the instance of the configured type.
But if you have 2 configured types and one takes another in the constructor, then that input instance is empty.
With the current requirement of the parameterless constructor, it is impossible to create positional records.
I propose to rename
IPropertyFiller
intoIValueFiller
and add the ability to fill the largest (most parameters) constructor on instance creation.I already have a code that adds support for constructors filling.
The text was updated successfully, but these errors were encountered: