I am setting up some fields in the mapper to Use Nullable Generic. This setting works ok if the field is a numeric type, but if the field is varchar, the code the mapper generates is causing the build to fail. Here is the code for the field:
The hilighted code is giving the error: Error 1 Type argument 'String' does not satisfy the 'Structure' constraint for type parameter 'T' ...
Anyone know why this is? Thanks!