Does this library support c# record types in some way?
Right now I get "No parameterless constructor defined". But records don't have parameterless constructors and shouldn't have it.
Is there a way to force the library to populate records through the record constructor? Automapper works with it just fine.
Does this library support c# record types in some way?
Right now I get "No parameterless constructor defined". But records don't have parameterless constructors and shouldn't have it. Is there a way to force the library to populate records through the record constructor? Automapper works with it just fine.