I am trying to use DO.NET with F#, and because of a rule in the F# type system, the dual implementation of IContextBound -- the purpose of which I understand is obsolete, leaving the implementation deprecated -- causes compilation in F# of Entity subtypes to fail. Full detail to reproduce is here: http://bobcalco.wordpress.com/2010/04/05/a-surprising-limitation-in-the-f-type-system/ They spin this as a feature in the F# specification, however if indeed the implementation is obsolete, it would be great to remove one or both of those implementations of IContextBound<t>, so that I can use F# as a language to define a DO.NET data model. |
F# support will be available in the upcoming DataObjects.Net 4.4 release. Stay tuned. |