We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From version 5, class/records with non parameterless constructors will be supported.
However unlike other libraries, the constructor parameters are filled with default values, eg null, 0 etc. and then mapping occurs as per usual.
This is needed to support c# 9 records.
Note: If there is a parameterless constructor (public or private), it will be used by default.