codecutout/StringToExpression

How to manage nullable datetimes?

Opened this issue · 0 comments

I'm using this package to build an IQueryable<T> based on an OData filter query string, but discovered that nullable dates are throwing an error.

Is there any way, using an override to TypeDefinitions to avoid this error?

Thank you!