Closed humhei closed 6 years ago
I will take a look, for now as a workaround you can try using a custom option type with DateTime:
type Maybe<'t> =
| Nothing
| Just of 't
type Document = {
OptionalDate : Maybe<DateTime>
}
Can you see if that works for you?
Thanks!
@Zaid-Ajaj
If you are busy with others
Feel free to assign it to me (As i opened this issue)
Thanks @humhei I got it fixed, published with version 2.4.0
, it should available soon from nuget :smile: