Andreas Ravnestad
Andreas Ravnestad
@zaigr After looking at the code I suspect that this is a shortcoming in the [ExpressionTranslator](https://github.com/chaowlert/ExpressionDebugger) library. It seems like it would be an easy fix though (take a look...
@jeffcaper This is a strange design, in my opinion. Is there no way for you to work around this in your application?
@kzeratal Can you share the mapping config and your custom type conversion code? Or alternatively set up a minimal test case if that's easier for you.
Have you added breakpoints to the ToLong() and ToDateTime() methods and verified that they are being called as expected?
I see. You have also checked that the DateTimeConfig.Register() method is called?
This is quite the showstopper for using this library. Is there anything I can do to help out with getting this implemented quickly?
@danfma I think this should be a fairly simple change, and should fit well for the future 7.5 release which will come after the upcoming 7.4 release. Pull requests are...
Thank you, will you fix the typo please? :)
@mannawar I think you should rather ask @lbargaoanu over at [Automapper](https://github.com/AutoMapper/AutoMapper) about this.
Assuming materializing the result fixed the problem. Let me know if not.