When using the c#11.0 required feature, the generated mappers fail. Editinh Sample.CodeGen for example:
publicclassPerson{publicrequiredintID{get;set;}publicstringLastName{get;set;}publicstringFirstMidName{get;set;}}And looking at the generated StudentMapper:

When using the c#11.0 required feature, the generated mappers fail. Editinh Sample.CodeGen for example:
And looking at the generated StudentMapper:
