I'm using Entity Framework Core 2.1 in F#....
I want to setup a generic type conversion for ...Option... types so that EF knows how to handle them. ...I found ...this... very helpful post that shows how to setup a generic convertor for ...Option... type...