I have some modules that use nullable datetimes and integers, those modules worked fine in DNN 4.5.5 but now I'm moving to DNN 4.8.0 and it won't work anymore, I guess this is a bug in DNN 4.8.0 since it used to work fine in 4.5.5
Conversion not valid from 'System.DateTime' to 'System.Nullable`1[[System.DateTime, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]'.
Conversion not valid from 'System.Inte32' to 'System.Nullable`1[[System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]'.
How Can I fix it in dnn 4.8.0? is this a know issue in DNN 4.8.0?
Thanks in advance.