I noticed that the autogen automatically changes many properties to nullable type! I assume that this is to allow the constructor to default to null to nonsupplied params...unfortunately this breaks my deal. Is there anyway to prevent the constructor generation as well as prevent the making of those non-nullable properties on source to be nullable?
I noticed that the autogen automatically changes many properties to nullable type! I assume that this is to allow the constructor to default to null to nonsupplied params...unfortunately this breaks my deal. Is there anyway to prevent the constructor generation as well as prevent the making of those non-nullable properties on source to be nullable?